df-scan.c: (df_bb_refs_record): Fix obvious typo with wrong block as parameter.
2006-03-07 Kenneth Zadeck <zadeck@naturalbridge.com> * df-scan.c: (df_bb_refs_record): Fix obvious typo with wrong block as parameter. From-SVN: r111837
This commit is contained in:
parent
cd55445430
commit
50d5ff7d8f
@ -1,3 +1,8 @@
|
||||
2006-03-07 Kenneth Zadeck <zadeck@naturalbridge.com>
|
||||
|
||||
* df-scan.c: (df_bb_refs_record): Fix obvious typo with wrong
|
||||
block as parameter.
|
||||
|
||||
2006-03-07 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* varasm.c (assemble_end_function): Say that 'fnname' is unused.
|
||||
|
@ -1599,7 +1599,7 @@ df_bb_refs_record (struct dataflow *dflow, basic_block bb)
|
||||
for (i = 0; i < FIRST_PSEUDO_REGISTER; i++)
|
||||
if (EH_USES (i))
|
||||
df_uses_record (dflow, ®no_reg_rtx[i],
|
||||
DF_REF_REG_USE, EXIT_BLOCK_PTR, NULL,
|
||||
DF_REF_REG_USE, bb, NULL,
|
||||
DF_REF_ARTIFICIAL | DF_REF_AT_TOP);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user