diff options
Diffstat (limited to 'gcc/ssa.c')
-rw-r--r-- | gcc/ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2186,7 +2186,7 @@ convert_from_ssa() { if (insn == BLOCK_END (bb)) BLOCK_END (bb) = PREV_INSN (insn); - insn = delete_insn (insn); + insn = delete_related_insns (insn); } /* Since all the phi nodes come at the beginning of the block, if we find an ordinary insn, we can stop looking |