prat3492

Untitled

Aug 26th, 2015
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.37 KB | None | 0 0
  1. diff --git a/gcc/remove-temps.c b/gcc/remove-temps.c
  2. index 54cac76..20821bb 100644
  3. --- a/gcc/remove-temps.c
  4. +++ b/gcc/remove-temps.c
  5. @@ -150,6 +150,8 @@ do_remove_temp (rtx_insn *insn, rtx_insn *first)
  6.    XEXP (PATTERN (x), 0) = reg;
  7.    XEXP (compare_expr, 0) = reg;
  8.    recog_memoized (x);
  9. +  df_insn_rescan (x);
  10. +  df_insn_rescan (insn);
  11.  }
  12.  
  13.  static unsigned int
Advertisement
Add Comment
Please, Sign In to add comment