ifcvt.c
155 KB
-
ifcvt: Don't make invalid insns for a cond trap (PR78751) · 32a8d3f6
As shown in the PR, ifcvt will happily make invalid insns when given the chance. This patch teaches it some manners. PR rtl-optimization/78751 * ifcvt.c (find_cond_trap): If we generated a non-existing insn, give up. From-SVN: r244476
Segher Boessenkool committed