]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typo in last patch.
authorRichard Stallman <rms@gnu.org>
Mon, 31 May 1993 06:20:18 +0000 (06:20 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 31 May 1993 06:20:18 +0000 (06:20 +0000)
From-SVN: r4610

gcc/config/pa/pa.c

index ff04b056f7205b81d9a7401bbdb60f3669342f44..d5e9ede8b22f7e70e543688da21aa455ad437912 100644 (file)
@@ -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;
This page took 0.062379 seconds and 5 git commands to generate.