Skip to content
Commit b4b1012d authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 5aa49526
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment