diff options
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 5c5207f..8b7f064 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -239,8 +239,7 @@ public: // Support to rewrite a machine instruction in place: for now, simply // replace() and then set new operands with Set.*Operand methods below. // - void replace(MachineOpCode Opcode, unsigned numOperands, - OpCodeMask Mask = 0x0); + void replace(MachineOpCode Opcode, unsigned numOperands); // // The opcode. |