* reload1.c (reload_cse_simplify_set): Fix typo.
From-SVN: r39836
This commit is contained in:
parent
e28a09a451
commit
5cada0648a
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user