(define_split comparison op with power of two minus 1): Fix typo.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 20 Oct 1994 22:40:25 +0000 (18:40 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 20 Oct 1994 22:40:25 +0000 (18:40 -0400)
From-SVN: r8330

gcc/config/alpha/alpha.md

index 39792d860308bb27502dc12d22bedce24c3351bb..dc5e91e8b038bca7eafa31113c922001ec8330c5 100644 (file)
 {
   operands[5] = GEN_INT (~ INTVAL (operands[3]));
   operands[6] = gen_rtx (((GET_CODE (operands[1]) == GTU
-                          || GET_CODE (operands[1]) == GE)
+                          || GET_CODE (operands[1]) == GT)
                          ? NE : EQ),
                         DImode, operands[4], const0_rtx);
 }")