mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 23:24:59 +00:00
Remove obsolete ctor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5301 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user