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
This commit is contained in:
parent
357f76d7f0
commit
f21840c3c7
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -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))]
|
||||
|
|
Loading…
Add table
Reference in a new issue