* reload1.c (reload_cse_simplify_set): Fix typo.

From-SVN: r39836
This commit is contained in:
Richard Henderson 2001-02-18 10:24:10 -08:00 committed by Richard Henderson
parent e28a09a451
commit 5cada0648a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-02-18 Richard Henderson <rth@redhat.com>
* reload1.c (reload_cse_simplify_set): Fix typo.
Sun Feb 18 09:30:09 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* diagnostic.c (_fatal_insn): Decrement errorcount.

View File

@ -8243,7 +8243,7 @@ reload_cse_simplify_set (set, insn)
default:
abort ();
}
this_val = GEN_INT (this_val);
this_rtx = GEN_INT (this_val);
}
#endif
this_cost = rtx_cost (this_rtx, SET);