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/ip2k/ip2k.md | |
parent | a4e8e73a3a91a9873b35cdc9469c723c3f9dfdf4 (diff) | |
download | gcc-0f4c242bcbbbd1e338ddedeb304be9f4a51b1bd8.tar.gz |
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/ip2k/ip2k.md')
-rw-r--r-- | gcc/config/ip2k/ip2k.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/ip2k/ip2k.md b/gcc/config/ip2k/ip2k.md index ea46d3cbb77..4e592e0fe1c 100644 --- a/gcc/config/ip2k/ip2k.md +++ b/gcc/config/ip2k/ip2k.md @@ -4848,8 +4848,8 @@ (pc)))] "{ operands[2] = gen_rtx_fmt_ee (reverse_condition (GET_CODE (operands[1])), - GET_MODE (operands[1]), - cc0_rtx, const0_rtx); + GET_MODE (operands[1]), + cc0_rtx, const0_rtx); }") ;; This is a bit test and jump sequence. |