[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineInstr.h

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 28 13:48:01 PST 2002


Changes in directory llvm/include/llvm/CodeGen:

MachineInstr.h updated: 1.74 -> 1.75

---
Log message:

Remove two arguments that are never specified


---
Diffs of the changes:

Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.74 llvm/include/llvm/CodeGen/MachineInstr.h:1.75
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.74	Sun Oct 27 22:50:01 2002
+++ llvm/include/llvm/CodeGen/MachineInstr.h	Mon Oct 28 13:46:57 2002
@@ -54,7 +54,6 @@
 // 
 //---------------------------------------------------------------------------
 
-
 class MachineOperand {
 public:
   enum MachineOperandType {
@@ -326,8 +325,7 @@
   void SetMachineOperandConst(unsigned i,
                               MachineOperand::MachineOperandType operandType,
                               int64_t intValue);
-  void SetMachineOperandReg(unsigned i, int regNum, bool isDef=false,
-                            bool isDefAndUse=false, bool isCCReg=false);
+  void SetMachineOperandReg(unsigned i, int regNum, bool isDef=false);
 
   unsigned substituteValue(const Value* oldVal, Value* newVal,
                            bool defsOnly = true);





More information about the llvm-commits mailing list