aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1999-01-20 01:15:00 -0800
committerRichard Henderson <rth@gcc.gnu.org>1999-01-20 01:15:00 -0800
commit70f8a7a13fecd3a6a49637c49843882109a3c75d (patch)
treea397986bf3f0e0f797ab89c13b0b014a09beffce
parent71ba0d2ed0bce67185adc7b6fe4d5280a5f882fd (diff)
downloadgcc-70f8a7a13fecd3a6a49637c49843882109a3c75d.zip
gcc-70f8a7a13fecd3a6a49637c49843882109a3c75d.tar.gz
gcc-70f8a7a13fecd3a6a49637c49843882109a3c75d.tar.bz2
Update comment to match code.
From-SVN: r24785
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 591c826..67487ac 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 ();