[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineInstr.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 28 15:03:00 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
MachineInstr.h updated: 1.77 -> 1.78
---
Log message:
Remove more default arguments that are never used
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.77 llvm/include/llvm/CodeGen/MachineInstr.h:1.78
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.77 Mon Oct 28 14:59:47 2002
+++ llvm/include/llvm/CodeGen/MachineInstr.h Mon Oct 28 15:02:38 2002
@@ -239,8 +239,7 @@
// 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.
More information about the llvm-commits
mailing list