aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ptrtoint-constexpr.ll
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@FreeBSD.org>2010-03-03 17:27:15 +0000
committerRoman Divacky <rdivacky@FreeBSD.org>2010-03-03 17:27:15 +0000
commit67a71b3184ce20a901e874d0ee25e01397dd87ef (patch)
tree836a05cff50ca46176117b86029f061fa4db54f0 /test/CodeGen/X86/ptrtoint-constexpr.ll
parent6fe5c7aa327e188b7176daa5595bbf075a6b94df (diff)
downloadsrc-67a71b3184ce20a901e874d0ee25e01397dd87ef.tar.gz
src-67a71b3184ce20a901e874d0ee25e01397dd87ef.zip
Update LLVM to 97654.
Notes
Notes: svn path=/vendor/llvm/dist/; revision=204642
Diffstat (limited to 'test/CodeGen/X86/ptrtoint-constexpr.ll')
-rw-r--r--test/CodeGen/X86/ptrtoint-constexpr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ptrtoint-constexpr.ll b/test/CodeGen/X86/ptrtoint-constexpr.ll
index dd9790568abe..d1cb34bec8a0 100644
--- a/test/CodeGen/X86/ptrtoint-constexpr.ll
+++ b/test/CodeGen/X86/ptrtoint-constexpr.ll
@@ -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))