aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2000-04-27 15:34:16 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2000-04-27 15:34:16 +0000
commit1b513b771182dcaf9d849d73cf43624074f54ff5 (patch)
tree2a937fa2d4d674c2fa40f6bc9a6b243a9de188de /gcc/flow.c
parent8e02c4d08d74b07290d9f18eae923e5a77914f62 (diff)
downloadgcc-1b513b771182dcaf9d849d73cf43624074f54ff5.zip
gcc-1b513b771182dcaf9d849d73cf43624074f54ff5.tar.gz
gcc-1b513b771182dcaf9d849d73cf43624074f54ff5.tar.bz2
* function.c (epilogue_done): Pass whole insn to record_insns.
From-SVN: r33488
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 5c8252e..131d88b 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -4000,6 +4000,8 @@ mark_set_1 (pbi, code, reg, cond, insn, flags)
|| GET_CODE (reg) == ZERO_EXTRACT
|| GET_CODE (reg) == SIGN_EXTRACT
|| GET_CODE (reg) == STRICT_LOW_PART);
+ if (GET_CODE (reg) == MEM)
+ break;
not_dead = REGNO_REG_SET_P (pbi->reg_live, REGNO (reg));
/* FALLTHRU */