Factor out the code to add a MachineOperand to a MachineInstrBuilder.
commitc909bbb96eafd7bfaf25f6003533c8013526a818
authorDan Gohman <gohman@apple.com>
Wed, 18 Feb 2009 05:45:50 +0000 (18 05:45 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 18 Feb 2009 05:45:50 +0000 (18 05:45 +0000)
tree55bb4f2595bc761d36928114f203a2c29526a600
parentc74a197153dae0577209a2e12b9bc984f9f4df45
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