From 0c1078c015125c141a41c1835dc397511cae1e4c Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sun, 23 Mar 2003 04:30:04 +0000 Subject: [PATCH] Correct typo in comment from last patch. From-SVN: r64740 --- gcc/config/pa/pa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2