aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/df.c')
-rw-r--r--gcc/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df.c b/gcc/df.c
index 8d5e8b6..ed0fd77 100644
--- a/gcc/df.c
+++ b/gcc/df.c
@@ -1236,7 +1236,7 @@ df_insn_refs_record (df, bb, insn)
note = XEXP (note, 1))
{
if (GET_CODE (XEXP (note, 0)) == USE)
- df_uses_record (df, &SET_DEST (XEXP (note, 0)), DF_REF_REG_USE,
+ df_uses_record (df, &XEXP (XEXP (note, 0), 0), DF_REF_REG_USE,
bb, insn, 0);
}