Fix still another typo.
authorDale Johannesen <dalej@gcc.gnu.org>
Sat, 13 Sep 2003 00:24:01 +0000 (00:24 +0000)
committerDale Johannesen <dalej@gcc.gnu.org>
Sat, 13 Sep 2003 00:24:01 +0000 (00:24 +0000)
From-SVN: r71352

gcc/config/rs6000/rs6000.c

index d051430..f441fab 100644 (file)
@@ -7446,7 +7446,7 @@ branch_positive_comparison_operator (rtx op, enum machine_mode mode)
 {
   enum rtx_code code;
 
-  if (! branch_comparison_operator (rtx op, enum machine_mode mode))
+  if (! branch_comparison_operator (op, mode))
     return 0;
 
   code = GET_CODE (op);