From 70f8a7a13fecd3a6a49637c49843882109a3c75d Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 20 Jan 1999 01:15:00 -0800 Subject: [PATCH] Update comment to match code. From-SVN: r24785 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/expr.c b/gcc/expr.c index 591c82613a10..67487acd24c2 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -11039,7 +11039,7 @@ do_jump_for_compare (comparison, if_false_label, if_true_label) /* Here we get the first insn that was just emitted. It used to be the case that, on some machines, emitting the branch would discard the previous compare insn and emit a replacement. This isn't - done anymore, but abort if we see that PREV is deleted. */ + done anymore, but abort if we see that FIRST is deleted. */ if (first == 0) first = get_insns ();