Now that DBG_LABEL is updated, we can finally make MachineMove
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2010 08:12:40 +0000 (08:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2010 08:12:40 +0000 (08:12 +0000)
commit2e9919a5e5fe76f4b1e3290103c4bfd149ebba9c
tree441d723506a0aa8d99350120c844a43ac5166e80
parent6ffcccab5191ef1dcde876800c24a1f58b3b7ad8
Now that DBG_LABEL is updated, we can finally make MachineMove
contain an MCSymbol instead of a label index.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98482 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineLocation.h
lib/CodeGen/AsmPrinter/DwarfPrinter.cpp
lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
lib/Target/CellSPU/SPURegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreMachineFunctionInfo.h
lib/Target/XCore/XCoreRegisterInfo.cpp