llvm-6502/include
2009-01-16 20:57:18 +00:00
..
llvm CreateVirtualRegisters does trivial copy coalescing. If a node def is used by a single CopyToReg, it reuses the virtual register assigned to the CopyToReg. This won't work for SDNode that is a clone or is itself cloned. Disable this optimization for those nodes or it can end up with non-SSA machine instructions. 2009-01-16 20:57:18 +00:00
llvm-c Rename getABITypeSize to getTypePaddedSize, as 2009-01-12 20:38:59 +00:00