simplify-rtx.c
191 KB
-
simplify-rtx: Fix the last fix (PR78638) · 5bd12baf
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
Segher Boessenkool committed