From fe67ca209fc08664db20525caec21bf07058c67e Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Sun, 1 Jan 2006 22:14:31 +0000 Subject: [PATCH] Change this regression so andi is not a valid codegen of it git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25056 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Alpha/zapnot2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Alpha/zapnot2.ll b/test/CodeGen/Alpha/zapnot2.ll index d04edd6bad3..50ab112b3e8 100644 --- a/test/CodeGen/Alpha/zapnot2.ll +++ b/test/CodeGen/Alpha/zapnot2.ll @@ -5,6 +5,6 @@ implementation ; Functions: long %bar(long %x) { entry: - %tmp.1 = and long %x, 255 ; [#uses=1] + %tmp.1 = and long %x, 16711935 ; [#uses=1] ret long %tmp.1 }