From f21840c3c72f9d7827ac82ce1643b4fe04083343 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Thu, 30 Nov 2006 01:19:00 +0000 Subject: [PATCH] spu.md (extend_compare): Fix whitespace formatting. 2006-11-29 Andrew Pinski * config/spu/spu.md (extend_compare): Fix whitespace formatting. From-SVN: r119350 --- gcc/ChangeLog | 4 ++++ gcc/config/spu/spu.md | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb3828621c1..e54649a9c0b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-29 Andrew Pinski + + * config/spu/spu.md (extend_compare): Fix whitespace formatting. + 2006-11-29 Andrew Pinski PR target/29945 diff --git a/gcc/config/spu/spu.md b/gcc/config/spu/spu.md index d9a0b4e2636..b7415a17c31 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" [(set (match_operand:ALL 0 "spu_reg_operand" "=r") (unspec:ALL [(match_operand 1 "spu_reg_operand" "r")] UNSPEC_EXTEND_CMP))]