rtlanal: Fix bits/bytes confusion in set_noop_p (PR68814)
commit71d3c0794823b10711d489cf22408ce6a722f5e9
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Dec 2015 23:47:31 +0000 (10 23:47 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Dec 2015 23:47:31 +0000 (10 23:47 +0000)
treecdfb92915fbfdba1b278b16908e00337a081c950
parentfcfe0df4753f99bfcc69ec2e97a5b240d48045ec
rtlanal: Fix bits/bytes confusion in set_noop_p (PR68814)

The meaning of ZERO_EXTRACT depends on BITS_BIG_ENDIAN, not on
BYTES_BIG_ENDIAN.  This caused PR68814.

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