Change this regression so andi is not a valid codegen of it
authorAndrew Lenharth <andrewl@lenharth.org>
Sun, 1 Jan 2006 22:14:31 +0000 (22:14 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Sun, 1 Jan 2006 22:14:31 +0000 (22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25056 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Alpha/zapnot2.ll

index d04edd6bad39934b29fcafe2c21f50d85db2a3e2..50ab112b3e819ed7b452dd9b8ff0faa6602e8b5c 100644 (file)
@@ -5,6 +5,6 @@ implementation   ; Functions:
 
 long %bar(long %x) {
 entry:
-       %tmp.1 = and long %x, 255               ; <long> [#uses=1]
+       %tmp.1 = and long %x, 16711935          ; <long> [#uses=1]
        ret long %tmp.1
 }