Commit 36b8d792 by Ian Lance Taylor

Only turn IF_THEN_ELSE into AND if MODE_INT.

From-SVN: r7699
parent 705e524e
...@@ -4351,6 +4351,7 @@ simplify_set (x) ...@@ -4351,6 +4351,7 @@ simplify_set (x)
#ifdef HAVE_conditional_move #ifdef HAVE_conditional_move
&& ! HAVE_conditional_move && ! HAVE_conditional_move
#endif #endif
&& GET_MODE_CLASS (GET_MODE (src)) == MODE_INT
&& (GET_CODE (XEXP (src, 0)) == EQ || GET_CODE (XEXP (src, 0)) == NE) && (GET_CODE (XEXP (src, 0)) == EQ || GET_CODE (XEXP (src, 0)) == NE)
&& XEXP (XEXP (src, 0), 1) == const0_rtx && XEXP (XEXP (src, 0), 1) == const0_rtx
&& (num_sign_bit_copies (XEXP (XEXP (src, 0), 0), && (num_sign_bit_copies (XEXP (XEXP (src, 0), 0),
......
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