* df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
From-SVN: r50098
This commit is contained in:
parent
cd98ad035e
commit
5c6a85b70c
@ -1,3 +1,7 @@
|
||||
2002-02-27 Graham Stott <grahams@redhat.com>
|
||||
|
||||
* df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
|
||||
|
||||
Wed Feb 27 10:45:19 CET 2002 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.
|
||||
|
2
gcc/df.c
2
gcc/df.c
@ -1242,7 +1242,7 @@ df_insn_refs_record (df, bb, insn)
|
||||
|
||||
/* The stack ptr is used (honorarily) by a CALL insn. */
|
||||
x = df_reg_use_gen (STACK_POINTER_REGNUM);
|
||||
df_uses_record (df, &SET_DEST (x), DF_REF_REG_USE, bb, insn, 0);
|
||||
df_uses_record (df, &XEXP (x, 0), DF_REF_REG_USE, bb, insn, 0);
|
||||
|
||||
if (df->flags & DF_HARD_REGS)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user