r246012 - in /trunk/gcc: ChangeLog config/micro...
eager@gcc.gnu.org
eager@gcc.gnu.org
Thu Mar 9 18:09:00 GMT 2017
Author: eager
Date: Thu Mar 9 18:09:39 2017
New Revision: 246012
URL: https://gcc.gnu.org/viewcvs?rev=246012&root=gcc&view=rev
Log:
Correct failures with --enable-checking=yes,rtl.
* config/microblaze/microblaze.c (microblaze_expand_shift):
Replace GET_CODE test with CONST_INT_P and INTVAL test with
test for const0_rtx.
* config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
lshrsi3_byone): Replace INTVAL with test for const1_rtx.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/microblaze/microblaze.c
trunk/gcc/config/microblaze/microblaze.md
More information about the Gcc-cvs
mailing list