simplify-rtx: Fix the last fix (PR78638)
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 2 Dec 2016 23:51:31 +0000 (00:51 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 2 Dec 2016 23:51:31 +0000 (00:51 +0100)
commit5bd12bafb5bebafa1a96f0f41c598b57c334576f
tree81214b5c74677943be5367ef8263ce467f68cd30
parentbf7f70ffb57c900d18fed28ad05fc2876d435b3d
simplify-rtx: Fix the last fix (PR78638)

I managed to get the last obvious fix wrong: mode is M1, GET_MODE (op)
is M2.

* simplify-rtx.c (simplify_truncation): M2 is not mode, it is
GET_MODE (op).  Fix this.

From-SVN: r243210
gcc/ChangeLog
gcc/simplify-rtx.c