Commit 47c504ea by Kaz Kojima

* df.c (df_uses_record): Handle SCRATCH.

From-SVN: r102454
parent ef11c839
2005-07-28 Kaz Kojima <kkojima@gcc.gnu.org>
* df.c (df_uses_record): Handle SCRATCH.
2005-07-28 Steven Bosscher <stevenb@suse.de>
PR debug/20161
......
......@@ -1034,6 +1034,7 @@ df_uses_record (struct df *df, rtx *loc, enum df_ref_type ref_type,
/* Fall through. */
case REG:
case PARALLEL:
case SCRATCH:
case PC:
case CC0:
break;
......
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