As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
[oota-llvm.git] / test / CodeGen / X86 / ptrtoint-constexpr.ll
index dd9790568abee3e01fcebb6741fc972b01505577..d1cb34bec8a09b6146b12ecf01f117d16b8d63bf 100644 (file)
@@ -9,6 +9,6 @@
 
 ; CHECK:       .globl x
 ; CHECK: x:
-; CHECK: .quad 3
+; CHECK: .quad ((0+1)&4294967295)*3
 
 @x = global i64 mul (i64 3, i64 ptrtoint (i2* getelementptr (i2* null, i64 1) to i64))