diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-02 15:18:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-02 15:18:28 +0000 |
commit | 0f4c242bcbbbd1e338ddedeb304be9f4a51b1bd8 (patch) | |
tree | 94bcf5a7164cccf3b8b52c39a9396f8486688f88 /gcc/config/c4x | |
parent | a4e8e73a3a91a9873b35cdc9469c723c3f9dfdf4 (diff) | |
download | gcc-0f4c242bcbbbd1e338ddedeb304be9f4a51b1bd8.zip gcc-0f4c242bcbbbd1e338ddedeb304be9f4a51b1bd8.tar.gz gcc-0f4c242bcbbbd1e338ddedeb304be9f4a51b1bd8.tar.bz2 |
arm.md, [...]: Fix indentation.
* config/arm/arm.md, config/c4x/c4x.md, config/cris/cris.md,
config/h8300/h8300.c, config/ip2k/ip2k.md,
config/iq2000/iq2000.c, config/mips/mips.c,
config/rs6000/rs6000.c, config/rs6000/rs6000.md,
config/sh/sh.c, config/sh/sh.md, config/stormy16/stormy16.c,
config/v850/v850.md: Fix indentation.
From-SVN: r77116
Diffstat (limited to 'gcc/config/c4x')
-rw-r--r-- | gcc/config/c4x/c4x.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index f6a9afd..0999adc 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -4248,7 +4248,7 @@ emit_insn (gen_rtx_SET (QImode, operands[0], gen_rtx_IF_THEN_ELSE (QImode, gen_rtx_fmt_ee (code, VOIDmode, ccreg, const0_rtx), - operands[2], operands[3]))); + operands[2], operands[3]))); DONE;}") (define_insn "*ldf_conditional" @@ -4292,7 +4292,7 @@ emit_insn (gen_rtx_SET (QFmode, operands[0], gen_rtx_IF_THEN_ELSE (QFmode, gen_rtx_fmt_ee (code, VOIDmode, ccreg, const0_rtx), - operands[2], operands[3]))); + operands[2], operands[3]))); DONE;}") (define_insn "*ldhf_conditional" @@ -4335,7 +4335,7 @@ emit_insn (gen_rtx_SET (HFmode, operands[0], gen_rtx_IF_THEN_ELSE (HFmode, gen_rtx_fmt_ee (code, VOIDmode, ccreg, const0_rtx), - operands[2], operands[3]))); + operands[2], operands[3]))); DONE;}") (define_expand "seq" |