Back out r48353. Not needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2008-03-14 22:01:01 +00:00
parent 23a1d0c161
commit f8e43be758
2 changed files with 4 additions and 16 deletions

View File

@@ -84,11 +84,6 @@ public:
return *this;
}
const MachineInstrBuilder &addUndef() const {
MI->addOperand(MachineOperand::CreateUndef());
return *this;
}
/// addMemOperand - Add a memory operand to the machine instruction.
const MachineInstrBuilder &addMemOperand(const MemOperand &MO) const {
MI->addMemOperand(MO);