Commit 80728f83 by Richard Kenner

(define_split comparison op with power of two minus 1): Fix typo.

From-SVN: r8330
parent f85fd079
...@@ -2398,7 +2398,7 @@ ...@@ -2398,7 +2398,7 @@
{ {
operands[5] = GEN_INT (~ INTVAL (operands[3])); operands[5] = GEN_INT (~ INTVAL (operands[3]));
operands[6] = gen_rtx (((GET_CODE (operands[1]) == GTU operands[6] = gen_rtx (((GET_CODE (operands[1]) == GTU
|| GET_CODE (operands[1]) == GE) || GET_CODE (operands[1]) == GT)
? NE : EQ), ? NE : EQ),
DImode, operands[4], const0_rtx); DImode, operands[4], const0_rtx);
}") }")
......
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