From e5df1ea311c0d94c821ae500415315ee2e7ca34a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 11 Mar 1992 19:23:42 -0500 Subject: [PATCH] *** empty log message *** From-SVN: r449 --- gcc/flow.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/flow.c b/gcc/flow.c index 7a1ec3ccfee..1ee55c126f9 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -1281,6 +1281,11 @@ propagate_block (old, first, last, final, significant, bnum) NOTE_LINE_NUMBER (insn) = NOTE_INSN_DELETED; NOTE_SOURCE_FILE (insn) = 0; + /* CC0 is now known to be dead. Either this insn used it, + in which case it doesn't anymore, or clobbered it, + so the next insn can't use it. */ + cc0_live = 0; + /* If this insn is copying the return value from a library call, delete the entire library call. */ if (libcall_is_dead) -- 2.30.2