Commit c689f757 by Joern Rennecke Committed by Joern Rennecke

re PR target/44732 (bootstrap broken on ia64)

        PR target/44732
        * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.

From-SVN: r161658
parent cc9568ba
2010-07-01 Joern Rennecke <joern.rennecke@embecosm.com>
PR target/44732
* config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
2010-07-01 Bernd Schmidt <bernds@codesourcery.com> 2010-07-01 Bernd Schmidt <bernds@codesourcery.com>
PR target/44727 PR target/44727
......
...@@ -5212,7 +5212,7 @@ ia64_register_move_cost (enum machine_mode mode, enum reg_class from_i, ...@@ -5212,7 +5212,7 @@ ia64_register_move_cost (enum machine_mode mode, enum reg_class from_i,
{ {
enum reg_class from = (enum reg_class) from_i; enum reg_class from = (enum reg_class) from_i;
enum reg_class to = (enum reg_class) to_i; enum reg_class to = (enum reg_class) to_i;
{
/* ADDL_REGS is the same as GR_REGS for movement purposes. */ /* ADDL_REGS is the same as GR_REGS for movement purposes. */
if (to == ADDL_REGS) if (to == ADDL_REGS)
to = GR_REGS; to = GR_REGS;
......
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