diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-10-20 18:40:25 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-10-20 18:40:25 -0400 |
commit | 80728f83db8a17546765b9687527dc70f9e2aae5 (patch) | |
tree | fb52594335560b63c54a6b4a2f2af3f99a84d7a4 /gcc | |
parent | f85fd079f182f45f4824b0492a4c720e09ac0f27 (diff) | |
download | gcc-80728f83db8a17546765b9687527dc70f9e2aae5.zip gcc-80728f83db8a17546765b9687527dc70f9e2aae5.tar.gz gcc-80728f83db8a17546765b9687527dc70f9e2aae5.tar.bz2 |
(define_split comparison op with power of two minus 1): Fix typo.
From-SVN: r8330
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/alpha/alpha.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 39792d8..dc5e91e 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); }") |