From: Richard Kenner Date: Thu, 20 Oct 1994 22:40:25 +0000 (-0400) Subject: (define_split comparison op with power of two minus 1): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80728f83db8a17546765b9687527dc70f9e2aae5;p=gcc.git (define_split comparison op with power of two minus 1): Fix typo. From-SVN: r8330 --- diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 39792d86030..dc5e91e8b03 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -2398,7 +2398,7 @@ { 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); }")