diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-01 22:25:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-01 22:25:12 +0000 |
commit | b4b1012d2910775bec919f7c8bf5b6f3db39fc51 (patch) | |
tree | 146f2e106a2a84ef75403b04b73e7910fea4c93c /llvm/lib/Target/SystemZ/SystemZTargetAsmInfo.cpp | |
parent | 5aa4952625b007e5d5a26772d4f654f2e74e0175 (diff) | |
download | bcm5719-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