]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* sparc.c (output_scc_insn): Add missing argument to output_cbranch.
authorJeffrey A Law <law@cygnus.com>
Mon, 15 Feb 1999 11:33:56 +0000 (11:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 15 Feb 1999 11:33:56 +0000 (04:33 -0700)
From-SVN: r25216

gcc/ChangeLog
gcc/config/sparc/sparc.c

index 61fbb22ed1873895a648698cb7c3fb9e7d69d713..62aeb4d9b1d41c720df8aadd62f1d28fd05355d4 100644 (file)
@@ -1,5 +1,7 @@
 Mon Feb 15 11:33:51 1999  Jeffrey A Law  (law@cygnus.com)
 
+       * sparc.c (output_scc_insn): Add missing argument to output_cbranch.
+
        * loop.c (mark_loop_jump): Handle LO_SUM.  If we encounter something
        we do not understand, mark the loop and containing loops as invalid.
 
index ad949ea11909bc0f0ebb37f23c36314df130d130..e35072907124f6b92c3370f82612e35ea0acd9e8 100644 (file)
@@ -2734,7 +2734,7 @@ output_scc_insn (operands, insn)
   /* operands[3] is an unused slot.  */
   operands[3] = label;
 
-  strcpy (string, output_cbranch (operands[2], 3, 0, 1, 0));
+  strcpy (string, output_cbranch (operands[2], 3, 0, 1, 0, 0));
   strcat (string, "\n\tmov 1,%0\n\tmov 0,%0");
 
   if (need_label)