llvm-6502/lib
Jakob Stoklund Olesen 7c2e4a8715 Fix PR8612 in the standard spiller, take two.
The live range of a register defined by an early clobber starts at the use slot,
not the def slot.

Except when it is an early clobber tied to a use operand. Then it starts at the
def slot like a standard def.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119305 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-16 00:40:59 +00:00
..
Analysis Teach InstructionSimplify the trick of skipping incoming phi 2010-11-15 17:52:45 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix PR8612 in the standard spiller, take two. 2010-11-16 00:40:59 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Fix compiler warnigns. 2010-11-15 19:20:50 +00:00
Object
Support
System
Target Add Thumb2 encodings for mov and friends. 2010-11-16 00:29:56 +00:00
Transforms
VMCore
Makefile