Commit 460286d7 by Richard Kenner

Add new argument to SELECT_CC_MODE.

From-SVN: r1218
parent 3e89ed5f
...@@ -2553,7 +2553,7 @@ while (0) ...@@ -2553,7 +2553,7 @@ while (0)
/* Returns a mode from class `MODE_CC' to be used when comparison /* Returns a mode from class `MODE_CC' to be used when comparison
operation code OP is applied to rtx X. */ 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 \ (GET_MODE_CLASS (GET_MODE (X)) != MODE_FLOAT \
? SImode \ ? SImode \
: ((OP == NE) ? CC_REV_FPmode : CC_FPmode)) : ((OP == NE) ? CC_REV_FPmode : CC_FPmode))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment