summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-01 22:25:12 +0000
committerChris Lattner <sabre@nondot.org>2009-08-01 22:25:12 +0000
commitb4b1012d2910775bec919f7c8bf5b6f3db39fc51 (patch)
tree146f2e106a2a84ef75403b04b73e7910fea4c93c /llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp
parent5aa4952625b007e5d5a26772d4f654f2e74e0175 (diff)
downloadbcm5719-llvm-b4b1012d2910775bec919f7c8bf5b6f3db39fc51.tar.gz
bcm5719-llvm-b4b1012d2910775bec919f7c8bf5b6f3db39fc51.zip
fix a problem Eli noticed where we would compile the attached ptrtoint
to: .quad X even on a 32-bit system, where X is not 64-bits. There isn't much that we can do here, so we just print: .quad ((X) & 4294967295) instead. llvm-svn: 77818
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud