Commit 5cada064 by Richard Henderson Committed by Richard Henderson

* reload1.c (reload_cse_simplify_set): Fix typo.

From-SVN: r39836
parent e28a09a4
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);
......
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