simplify-rtx: Fix the last fix (PR78638)
authorSegher Boessenkool <segher@gcc.gnu.org>
Thu, 8 Dec 2016 00:09:01 +0000 (01:09 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 8 Dec 2016 00:09:01 +0000 (01:09 +0100)
commit12705913ef7409301b76596cf60bf4327abfee7a
tree1fc4f5d99ce0637a35a66375f50e2ba4c7aeaa18
parentee92e7bafb52d267f52e4c48edada5f279bcf591
simplify-rtx: Fix the last fix (PR78638)

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

[ adding missing PR marker ]

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

From-SVN: r243420
gcc/ChangeLog