diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-03-14 22:01:01 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-03-14 22:01:01 +0000 |
commit | f8e43be758c94e21634d1e9e7c22fd5d218f7423 (patch) | |
tree | 5b31e5103434f132997b7a9fd4b49ef8b94ed027 /include/llvm/CodeGen/MachineInstrBuilder.h | |
parent | 23a1d0c1613002073e4340deb34449a61826c93c (diff) |
Back out r48353. Not needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstrBuilder.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstrBuilder.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/MachineInstrBuilder.h b/include/llvm/CodeGen/MachineInstrBuilder.h index 06f5bf06d9..51900603ac 100644 --- a/include/llvm/CodeGen/MachineInstrBuilder.h +++ b/include/llvm/CodeGen/MachineInstrBuilder.h @@ -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); |