X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconfig%2Fh8300%2Fh8300.md;h=e9922afb42666e71cdb6be8538732ca70280b3ee;hb=f46d3b3096781b0dc1fd772c00c181f0ce11f13f;hp=1a3fcd57e840313860b857108bea7216243895ca;hpb=d1a9ebc2ba1593e6d07dda85e857be36ee1f6c28;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 1a3fcd57e84..e9922afb426 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -2944,7 +2944,7 @@ (define_peephole2 [(set (cc0) (compare:HI (match_operand:HI 0 "register_operand" "") - (match_operand:HI 1 "const_le_2_operand" ""))) + (match_operand:HI 1 "const_int_le_2_operand" ""))) (set (pc) (if_then_else (match_operator 3 "eqne_operator" [(cc0) (const_int 0)]) @@ -2966,7 +2966,7 @@ (define_peephole2 [(set (cc0) (compare:SI (match_operand:SI 0 "register_operand" "") - (match_operand:SI 1 "const_le_6_operand" ""))) + (match_operand:SI 1 "const_int_le_6_operand" ""))) (set (pc) (if_then_else (match_operator 3 "eqne_operator" [(cc0) (const_int 0)])