Message ID | 4387ce74-8d8c-9716-b489-e5d2ceace268@gmail.com |
---|---|
State | New |
Headers | show |
Series | [committed] Minor bfin codegen bugfix | expand |
diff --git a/gcc/config/bfin/bfin.md b/gcc/config/bfin/bfin.md index 0e44653d7cb..56b24726bc2 100644 --- a/gcc/config/bfin/bfin.md +++ b/gcc/config/bfin/bfin.md @@ -1741,7 +1741,7 @@ (ior:SI (ashift:SI (match_operand:SI 1 "register_operand" "d") (const_int 1)) (zero_extend:SI (reg:BI REG_CC)))) (set (reg:BI REG_CC) - (zero_extract:BI (match_dup 1) (const_int 31) (const_int 0)))] + (zero_extract:BI (match_dup 1) (const_int 1) (const_int 31)))] "" "%0 = ROT %1 BY 1%!" [(set_attr "type" "dsp32shiftimm")])