* df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.

From-SVN: r50098
This commit is contained in:
Graham Stott 2002-02-27 13:50:57 +00:00 committed by Graham Stott
parent cd98ad035e
commit 5c6a85b70c
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)
{