Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2008-01-31 21:00:00 +00:00
parent b63fa050b7
commit 334dc1f58d
21 changed files with 155 additions and 573 deletions

View File

@@ -83,12 +83,6 @@ public:
MI->addOperand(MachineOperand::CreateES(FnName, 0));
return *this;
}
/// addMemOperand - Add a memory operand to the machine instruction.
const MachineInstrBuilder &addMemOperand(const MemOperand &MO) const {
MI->addMemOperand(MO);
return *this;
}
};
/// BuildMI - Builder interface. Specify how to create the initial instruction