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 | 34e4cde9db656a9a24bf52cf0182272944923659 (patch) | |
tree | 09d6f121d8461291c6f1beb9d2d49434c6a009e2 /lib/Target/Sparc | |
parent | 86d5180a5b5a6f31fd9aa89b3d04865374ed15fc (diff) | |
download | external_llvm-34e4cde9db656a9a24bf52cf0182272944923659.zip external_llvm-34e4cde9db656a9a24bf52cf0182272944923659.tar.gz external_llvm-34e4cde9db656a9a24bf52cf0182272944923659.tar.bz2 |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc')
0 files changed, 0 insertions, 0 deletions