* df.c (df_uses_record): Handle SCRATCH.

From-SVN: r102454
This commit is contained in:
Kaz Kojima 2005-07-28 01:47:06 +00:00
parent ef11c83902
commit 47c504ea5b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

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