Commit 5c6a85b7 by Graham Stott Committed by Graham Stott

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

From-SVN: r50098
parent cd98ad03
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.
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment