(cse_insn): Add missing call to apply_change_group.

From-SVN: r2481
This commit is contained in:
Richard Kenner 1992-10-15 16:55:08 -04:00
parent 72cc54448c
commit 6702af89af
1 changed files with 1 additions and 0 deletions

View File

@ -6201,6 +6201,7 @@ cse_insn (insn, in_libcall_block)
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);
apply_change_group ();
break;
}