Commit 6702af89 by Richard Kenner

(cse_insn): Add missing call to apply_change_group.

From-SVN: r2481
parent 72cc5444
...@@ -6201,6 +6201,7 @@ cse_insn (insn, in_libcall_block) ...@@ -6201,6 +6201,7 @@ cse_insn (insn, in_libcall_block)
else if (validate_change (insn, &SET_SRC (sets[i].rtl), trial, 0)) else if (validate_change (insn, &SET_SRC (sets[i].rtl), trial, 0))
{ {
SET_SRC (sets[i].rtl) = canon_reg (SET_SRC (sets[i].rtl), insn); SET_SRC (sets[i].rtl) = canon_reg (SET_SRC (sets[i].rtl), insn);
apply_change_group ();
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment