From: John David Anglin Date: Sun, 23 Mar 2003 04:30:04 +0000 (+0000) Subject: Correct typo in comment from last patch. X-Git-Tag: releases/gcc-3.2.3~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c1078c015125c141a41c1835dc397511cae1e4c;p=thirdparty%2Fgcc.git Correct typo in comment from last patch. From-SVN: r64740 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index e00681efac89..b51bfa18ec34 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -5163,7 +5163,7 @@ output_cbranch (operands, nullify, length, negated, insn) is asking for a disaster. This can happen when not optimizing and when jump optimization fails. - While it usually safe to emit nothing, this can fail if the preceding + While it is usually safe to emit nothing, this can fail if the preceding instruction is a nullified branch with an empty delay slot and the same branch target as this branch. We could check for this but jump optimization should eliminate these jumps. It is always