From 4fe9b91c45b7b0ba4b02069f821e64fd572ce950 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 9 Oct 2001 06:03:16 +0000 Subject: c-common.c: Fix comment typos. * c-common.c: Fix comment typos. * cfgrtl.c: Likewise. * collect2.c: Likewise. * cpplex.c: Likewise. * doloop.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * gcc.c: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. * global.c: Likewise. * ifcvt.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * protoize.c: Likewise. * regclass.c: Likewise. * reorg.c: Likewise. * rtl.h: Likewise. * stmt.c: Likewise. * tree.h: Likewise. * doc/cpp.texi: Likewise. * doc/c-tree.texi: Likewise. * doc/extend.texi: Likewise. * doc/invoke.texi: Likewise. * doc/objc.texi: Likewise. * doc/tm.texi: Likewise. From-SVN: r46114 --- gcc/gcse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gcse.c') diff --git a/gcc/gcse.c b/gcc/gcse.c index 9a468542ddd..f1d40e40dec 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -5424,7 +5424,7 @@ delete_null_pointer_checks (f) /* LAST_INSN is a conditional jump. Get its condition. */ condition = get_condition (last_insn, &earliest); - /* If we were unable to get the condition, or it is not a equality + /* If we were unable to get the condition, or it is not an equality comparison against zero then there's nothing we can do. */ if (!condition || (GET_CODE (condition) != NE && GET_CODE (condition) != EQ) -- cgit v1.2.1