diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-07 08:45:51 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-12-07 08:45:51 -0500 |
commit | a03f67cb3ca5a46627fd3af24a3f3cc33c8557ba (patch) | |
tree | c89ef25d7e89e3fab7fa37fcc460fe7a49f1edae | |
parent | c3a02afeaec436e35ae59b65fb879c7eb54a0a96 (diff) | |
download | gcc-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |