From 2dd4caced362cb09f8efa27f1bc99c74cfe452b1 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 18 Jun 1996 07:08:16 -0400 Subject: (flow_analysis): Fix typo in last change. From-SVN: r12295 --- gcc/flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/flow.c b/gcc/flow.c index 77ef02b..5e519f2 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -359,7 +359,7 @@ flow_analysis (f, nregs, file) || prev_code == BARRIER))) i++; - if (code == CALL_INSN && ! find_reg_note (insn, REG_RETVAL, NULL_RTX)) + if (code == CALL_INSN && find_reg_note (insn, REG_RETVAL, NULL_RTX)) code = INSN; if (code != NOTE) -- cgit v1.1