diff options
-rw-r--r-- | test/CodeGen/Alpha/zapnot2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/zapnot2.ll b/test/CodeGen/Alpha/zapnot2.ll index d04edd6bad..50ab112b3e 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 ; <long> [#uses=1] + %tmp.1 = and long %x, 16711935 ; <long> [#uses=1] ret long %tmp.1 } |