Commit 9cce384d authored by kkojima's avatar kkojima
Browse files

* df.c (df_uses_record): Handle SCRATCH.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102454 138bc75d-0d04-0410-961f-82ee72b054a4
parent 76512af6
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