llvm-6502/test/CodeGen
Chris Lattner c19ee610f6 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
2009-08-01 22:25:12 +00:00
..
Alpha
ARM Add VFP3 D registers to the DPR register class. 2009-07-29 23:03:41 +00:00
CBackend
CellSPU
CPP
Generic
Mips
MSP430
PIC16
PowerPC
SPARC
SystemZ
Thumb tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have. 2009-07-28 07:38:35 +00:00
Thumb2 Hack to make this test work on platforms which aren't Macs. Fixing this 2009-08-01 16:37:18 +00:00
X86 fix a problem Eli noticed where we would compile the attached ptrtoint 2009-08-01 22:25:12 +00:00
XCore switch off of 'Section' onto MCSection. We're not properly using 2009-07-31 18:48:30 +00:00