aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.c
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@gcc.gnu.org>2005-07-28 01:47:06 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2005-07-28 01:47:06 +0000
commit47c504ea5ba6da768565dc25fd0455001cec7090 (patch)
treeaa9e1d7e901f7c6b035a72bf6ba1ce9631d2b007 /gcc/df.c
parentef11c839021813328b21d164772fb7f956d40d04 (diff)
downloadgcc-47c504ea5ba6da768565dc25fd0455001cec7090.zip
gcc-47c504ea5ba6da768565dc25fd0455001cec7090.tar.gz
gcc-47c504ea5ba6da768565dc25fd0455001cec7090.tar.bz2
* df.c (df_uses_record): Handle SCRATCH.
From-SVN: r102454
Diffstat (limited to 'gcc/df.c')
-rw-r--r--gcc/df.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/df.c b/gcc/df.c
index 9624f3c..d3abb6d 100644
--- a/gcc/df.c
+++ b/gcc/df.c
@@ -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;