From: Richard Stallman Date: Wed, 30 Dec 1992 21:14:30 +0000 (+0000) Subject: (delete_computation): reg_referenced_p wants body, not insn. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fb95912f67dafba6a865e1e8cd228c1413083fd;p=gcc.git (delete_computation): reg_referenced_p wants body, not insn. From-SVN: r3001 --- diff --git a/gcc/jump.c b/gcc/jump.c index 5ba93449e03..14e08cd9897 100644 --- a/gcc/jump.c +++ b/gcc/jump.c @@ -3067,7 +3067,7 @@ delete_computation (insn) rtx note, next; #ifdef HAVE_cc0 - if (reg_referenced_p (cc0_rtx, insn)) + if (reg_referenced_p (cc0_rtx, PATTERN (insn))) { rtx prev = prev_nonnote_insn (insn); /* We assume that at this stage