lra-spills.c (assign_spill_hard_regs): Remove statement terminator after comment.

2013-10-31  Robert Suchanek  <Robert.Suchanek@imgtec.com>
* lra-spills.c (assign_spill_hard_regs): Remove statement terminator
after comment.

From-SVN: r204285
This commit is contained in:
Robert Suchanek 2013-10-31 20:23:05 -04:00 committed by David Edelsohn
parent 93edf2c8e7
commit 7a59fa3a33
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-10-31 Robert Suchanek <Robert.Suchanek@imgtec.com>
* lra-spills.c (assign_spill_hard_regs): Remove statement terminator
after comment.
2013-10-31 David Malcolm <dmalcolm@redhat.com>
Automated part of renaming of symtab_node_base to symtab_node.

View File

@ -334,7 +334,7 @@ assign_spill_hard_regs (int *pseudo_regnos, int n)
for (nr = 0;
nr < hard_regno_nregs[hard_regno][lra_reg_info[regno].biggest_mode];
nr++)
/* Just loop. */;
/* Just loop. */
df_set_regs_ever_live (hard_regno + nr, true);
}
bitmap_clear (&ok_insn_bitmap);