diff options
Diffstat (limited to 'test/CodeGen/X86/ptrtoint-constexpr.ll')
-rw-r--r-- | test/CodeGen/X86/ptrtoint-constexpr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ptrtoint-constexpr.ll b/test/CodeGen/X86/ptrtoint-constexpr.ll index d1cb34b..0952015 100644 --- a/test/CodeGen/X86/ptrtoint-constexpr.ll +++ b/test/CodeGen/X86/ptrtoint-constexpr.ll @@ -11,4 +11,4 @@ ; CHECK: x: ; CHECK: .quad ((0+1)&4294967295)*3 -@x = global i64 mul (i64 3, i64 ptrtoint (i2* getelementptr (i2* null, i64 1) to i64)) +@x = global i64 mul (i64 3, i64 ptrtoint (i2* getelementptr (i2, i2* null, i64 1) to i64)) |