From 80728f83db8a17546765b9687527dc70f9e2aae5 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 20 Oct 1994 18:40:25 -0400 Subject: [PATCH] (define_split comparison op with power of two minus 1): Fix typo. From-SVN: r8330 --- gcc/config/alpha/alpha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }") -- 2.30.2