OSDN Git Service

(define_split comparison op with power of two minus 1): Fix typo.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 1994 22:40:25 +0000 (22:40 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Oct 1994 22:40:25 +0000 (22:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8330 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/alpha/alpha.md

index 39792d8..dc5e91e 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);
 }")