Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
authorDan Gohman <gohman@apple.com>
Thu, 29 Oct 2009 18:10:34 +0000 (18:10 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 29 Oct 2009 18:10:34 +0000 (18:10 +0000)
commit533297b58da8c74bec65551e1aface9801fc2259
treec7ebe58f88fef806414a53fa99d04262b064b5db
parent5c95230f25a51835375ebaae77b841c6d2c57889
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
bunch of associated comments, because it doesn't have anything to do
with DAGs or scheduling. This is another step in decoupling MachineInstr
emitting from scheduling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85517 91177308-0d34-0410-b5e6-96231b3b80d8
28 files changed:
docs/TableGenFundamentals.html
include/llvm/Target/Target.td
include/llvm/Target/TargetInstrDesc.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/Alpha/AlphaInstrInfo.td
lib/Target/MSP430/MSP430InstrInfo.td
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrInfo.td
lib/Target/PIC16/PIC16InstrInfo.td
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/SystemZ/SystemZInstrFP.td
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrMMX.td
lib/Target/X86/X86InstrSSE.td
lib/Target/XCore/XCoreInstrInfo.td
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/DAGISelEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp