mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 12:20:58 +08:00
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
This commit is contained in:
parent
ee92e7bafb
commit
12705913ef
@ -446,6 +446,7 @@
|
||||
|
||||
2016-12-02 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
PR rtl-optimization/78638
|
||||
* simplify-rtx.c (simplify_truncation): M2 is not mode, it is
|
||||
GET_MODE (op). Fix this.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user