diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-15 19:47:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-15 19:47:02 +0000 |
commit | b66fdc2934133872db1407bee749b69a4b59b2b7 (patch) | |
tree | 9aa58702fe97898fd9b4c1ed62c8f904b0532486 /include/llvm/CodeGen/MachineInstr.h | |
parent | 1be114be3a9c244cce41b5c9d627f445dbee7615 (diff) |
Remove obsolete ctor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index f4b1cba1be..00cab22548 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -349,7 +349,6 @@ class MachineInstr: public NonCopyable { // Disable copy operations bool OperandsComplete() const; public: - MachineInstr(MachineOpCode Opcode); MachineInstr(MachineOpCode Opcode, unsigned numOperands); /// MachineInstr ctor - This constructor only does a _reserve_ of the |