aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <andrew_pinski@playstation.sony.com>2006-11-30 01:19:00 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2006-11-29 17:19:00 -0800
commitf21840c3c72f9d7827ac82ce1643b4fe04083343 (patch)
tree4b92b112e94dcd59f2a5d94ee3e29af341428706 /gcc
parent357f76d7f0ae3fb29ff506a52c8714aa278b5b69 (diff)
downloadgcc-f21840c3c72f9d7827ac82ce1643b4fe04083343.zip
gcc-f21840c3c72f9d7827ac82ce1643b4fe04083343.tar.gz
gcc-f21840c3c72f9d7827ac82ce1643b4fe04083343.tar.bz2
spu.md (extend_compare): Fix whitespace formatting.
2006-11-29 Andrew Pinski <andrew_pinski@playstation.sony.com> * config/spu/spu.md (extend_compare): Fix whitespace formatting. From-SVN: r119350
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/spu/spu.md7
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cb38286..e54649a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2006-11-29 Andrew Pinski <andrew_pinski@playstation.sony.com>
+ * config/spu/spu.md (extend_compare): Fix whitespace formatting.
+
+2006-11-29 Andrew Pinski <andrew_pinski@playstation.sony.com>
+
PR target/29945
* config/spu/spu.md (extend_compare<mode>): New pattern.
(extend_compare): Change to expand and use the above pattern.
diff --git a/gcc/config/spu/spu.md b/gcc/config/spu/spu.md
index d9a0b4e..b7415a1 100644
--- a/gcc/config/spu/spu.md
+++ b/gcc/config/spu/spu.md
@@ -2713,10 +2713,13 @@ selb\t%0,%4,%0,%3"
(unspec [(match_operand 1 "spu_reg_operand" "r")] UNSPEC_EXTEND_CMP))]
""
{
- emit_insn (gen_rtx_SET (VOIDmode, operands[0], gen_rtx_UNSPEC (GET_MODE (operands[0]),
- gen_rtvec (1, operands[1]), UNSPEC_EXTEND_CMP)));
+ emit_insn (gen_rtx_SET (VOIDmode, operands[0],
+ gen_rtx_UNSPEC (GET_MODE (operands[0]),
+ gen_rtvec (1, operands[1]),
+ UNSPEC_EXTEND_CMP)));
DONE;
})
+
(define_insn "extend_compare<mode>"
[(set (match_operand:ALL 0 "spu_reg_operand" "=r")
(unspec:ALL [(match_operand 1 "spu_reg_operand" "r")] UNSPEC_EXTEND_CMP))]