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 | c19ee610f6ca1ff90b8298160c78283acb9cbaa1 (patch) | |
tree | 09d6f121d8461291c6f1beb9d2d49434c6a009e2 /lib/Target/Mips | |
parent | cea01bfe7d764714d13079014f7d812c8b66b202 (diff) | |
download | external_llvm-c19ee610f6ca1ff90b8298160c78283acb9cbaa1.zip external_llvm-c19ee610f6ca1ff90b8298160c78283acb9cbaa1.tar.gz external_llvm-c19ee610f6ca1ff90b8298160c78283acb9cbaa1.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/Mips')
0 files changed, 0 insertions, 0 deletions