From: Richard Stallman Date: Mon, 31 May 1993 06:20:18 +0000 (+0000) Subject: Fix typo in last patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2d72452453cf3f8f2cb5db05ab93711c771a2dc;p=gcc.git Fix typo in last patch. From-SVN: r4610 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index ff04b056f72..d5e9ede8b22 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -2482,7 +2482,7 @@ pa_adjust_insn_length (insn, length) return compute_movstrsi_length (insn) - 1; /* Conditional branch with an unfilled delay slot. */ else if (GET_CODE (insn) == JUMP_INSN && ! simplejump_p (insn) - && length != 2 && length != 4)) + && length != 2 && length != 4) return 1; else return 0;