X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconfig%2Fia64%2Fia64.md;h=8a503cea539b408f95123e02c007a641bcd2f9b7;hb=19316b5e98e9edac989e9103e108ce4aaebf3f52;hp=074d8fdd3b5f45fb829695fac80b631b6f7cc3a7;hpb=33402d67ecd1bae625d4613216affd055ba37169;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index 074d8fdd3b5..8a503cea539 100644 --- a/gcc/config/ia64/ia64.md +++ b/gcc/config/ia64/ia64.md @@ -5469,7 +5469,7 @@ [(plus:SI (match_operand:SI 1 "basereg_operand" "r") (match_operand:SI 2 "gr_reg_or_14bit_operand" "rI"))] UNSPEC_ADDP4))] - "" + "addp4_optimize_ok (operands[1], operands[2])" "addp4 %0 = %2, %1" [(set_attr "itanium_class" "ialu")]) @@ -5479,6 +5479,6 @@ [(plus:SI (match_operand:SI 1 "gr_register_operand" "r") (match_operand:SI 2 "basereg_operand" "r"))] UNSPEC_ADDP4))] - "" + "addp4_optimize_ok (operands[1], operands[2])" "addp4 %0 = %1, %2" [(set_attr "itanium_class" "ialu")])