aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-12-07 08:45:51 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-12-07 08:45:51 -0500
commita03f67cb3ca5a46627fd3af24a3f3cc33c8557ba (patch)
treec89ef25d7e89e3fab7fa37fcc460fe7a49f1edae
parentc3a02afeaec436e35ae59b65fb879c7eb54a0a96 (diff)
downloadgcc-a03f67cb3ca5a46627fd3af24a3f3cc33c8557ba.zip
gcc-a03f67cb3ca5a46627fd3af24a3f3cc33c8557ba.tar.gz
gcc-a03f67cb3ca5a46627fd3af24a3f3cc33c8557ba.tar.bz2
(mark_used_regs): Look inside a CLOBBER...
(mark_used_regs): Look inside a CLOBBER; it may be the only place regs are used if it has a stack slot that is from an inlined function. From-SVN: r6193
-rw-r--r--gcc/flow.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index f293d2d..7b89279 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -2159,7 +2159,6 @@ mark_used_regs (needed, live, x, final, insn)
case CONST:
case CONST_DOUBLE:
case PC:
- case CLOBBER:
case ADDR_VEC:
case ADDR_DIFF_VEC:
case ASM_INPUT: