]> git.ipfire.org Git - thirdparty/gcc.git/commit
Correct failures with --enable-checking=yes,rtl.
authoreager <eager@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Mar 2017 18:09:39 +0000 (18:09 +0000)
committereager <eager@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 Mar 2017 18:09:39 +0000 (18:09 +0000)
commit7263e05a508eddc151401b04479eb82a6c729503
treea6749334366eb089afef19124ffda15fce9e4e0a
parent6cfb8a2b5b43216e1637cfdc7f2a44e4449b63d2
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246012 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/microblaze/microblaze.c
gcc/config/microblaze/microblaze.md