]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/39531 (m68k gcc does not convert andil to bclr when compiled on a 64bit...
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 18 May 2009 15:36:18 +0000 (15:36 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 18 May 2009 15:36:18 +0000 (15:36 +0000)
commitc4406f742979f1007a2514c02f1e8af1001b0676
tree8859c283712b3c086b2e972e122e2d4afe618d47
parente35bbb23ad67dac0f5d0a5b7dd1b27470c1acc78
re PR target/39531 (m68k gcc does not convert andil to bclr when compiled on a 64bit host)

PR target/39531
* config/m68k/m68k.c (output_andsi3): Mask off sign bit copies
before calling exact_log2.
(output_iorsi3): Likewise.
(output_xorsi3): Likewise.

From-SVN: r147664
gcc/ChangeLog
gcc/config/m68k/m68k.c