Factor out the code to add a MachineOperand to a MachineInstrBuilder.
authorDan Gohman <gohman@apple.com>
Wed, 18 Feb 2009 05:45:50 +0000 (05:45 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 18 Feb 2009 05:45:50 +0000 (05:45 +0000)
commit97357614b5957cc167c261d3be54713802715d9a
tree55bb4f2595bc761d36928114f203a2c29526a600
parent865f006bb45a609e1cb6acb653af3fe5442ee4dc
Factor out the code to add a MachineOperand to a MachineInstrBuilder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64891 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstrBuilder.h
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/Alpha/AlphaInstrInfo.cpp
lib/Target/CellSPU/SPUInstrInfo.cpp
lib/Target/IA64/IA64InstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/X86/X86InstrInfo.cpp