diff --git a/test/Regression/CodeGen/Alpha/zapnot2.ll b/test/Regression/CodeGen/Alpha/zapnot2.ll index d04edd6bad3..50ab112b3e8 100644 --- a/test/Regression/CodeGen/Alpha/zapnot2.ll +++ b/test/Regression/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 }