loop-invariant.c (find_invariants_to_move): Add missing macro argument.
* loop-invariant.c (find_invariants_to_move): Add missing macro argument. From-SVN: r127591
This commit is contained in:
parent
eb0619fe9e
commit
2ce6c6cb33
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-08-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* loop-invariant.c (find_invariants_to_move): Add missing macro
|
||||
argument.
|
||||
|
||||
2007-08-17 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* tree.h (struct tree_label_decl): Removed old "java" fields.
|
||||
|
|
|
@ -1123,7 +1123,7 @@ find_invariants_to_move (void)
|
|||
{
|
||||
unsigned i, regs_used, regs_needed = 0, new_regs;
|
||||
struct invariant *inv = NULL;
|
||||
unsigned int n_regs = DF_REG_SIZE ();
|
||||
unsigned int n_regs = DF_REG_SIZE (df);
|
||||
|
||||
if (!VEC_length (invariant_p, invariants))
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue