]> gcc.gnu.org Git - gcc.git/commitdiff
Add new argument to SELECT_CC_MODE.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 18 Jun 1992 21:11:13 +0000 (17:11 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 18 Jun 1992 21:11:13 +0000 (17:11 -0400)
From-SVN: r1218

gcc/config/mips/mips.h

index dd2a0ccc5e1344a3141c38a08a213dc274d0d0b3..d3c0c9a5ab7771db5c9ac2a14f1f5bcd5ddc7695 100644 (file)
@@ -2553,7 +2553,7 @@ while (0)
 /* Returns a mode from class `MODE_CC' to be used when comparison
    operation code OP is applied to rtx X.  */
 
-#define SELECT_CC_MODE(OP, X)                                          \
+#define SELECT_CC_MODE(OP, X, Y)                                       \
   (GET_MODE_CLASS (GET_MODE (X)) != MODE_FLOAT                         \
        ? SImode                                                        \
        : ((OP == NE) ? CC_REV_FPmode : CC_FPmode))
This page took 0.082885 seconds and 5 git commands to generate.