From: Andreas Schwab Date: Thu, 28 Dec 2017 16:28:44 +0000 (+0000) Subject: m68k.md (ashrdi3_const1, [...]): Add CC_STATUS_INIT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9fd8313a89d1c76b3f204b33c854e3cdc4b5a2d7;p=gcc.git m68k.md (ashrdi3_const1, [...]): Add CC_STATUS_INIT. * config/m68k/m68k.md (ashrdi3_const1, lshrdi3_const1): Add CC_STATUS_INIT. From-SVN: r256020 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4130edafea6..b0dabfb3721 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-12-28 Andreas Schwab + + * config/m68k/m68k.md (ashrdi3_const1, lshrdi3_const1): Add + CC_STATUS_INIT. + 2017-12-27 Kugan Vivekanandarajah * config/aarch64/aarch64-simd.md (aarch64_ld1x2): New. diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index 827dc809342..35169aaba46 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -4683,6 +4683,7 @@ "!TARGET_COLDFIRE" { operands[1] = gen_rtx_REG (SImode, REGNO (operands[0]) + 1); + CC_STATUS_INIT; return "asr%.l #1,%0\;roxr%.l #1,%1"; }) @@ -4919,7 +4920,10 @@ (lshiftrt:DI (match_operand:DI 1 "register_operand" "0") (const_int 1)))] "!TARGET_COLDFIRE" - "lsr%.l #1,%0\;roxr%.l #1,%R0") +{ + CC_STATUS_INIT; + return "lsr%.l #1,%0\;roxr%.l #1,%R0"; +}) (define_split [(set (match_operand:DI 0 "register_operand" "")