[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineInstr.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 17 17:22:01 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
MachineInstr.h updated: 1.87 -> 1.88
---
Log message:
Print is const!
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/MachineInstr.h
diff -u llvm/include/llvm/CodeGen/MachineInstr.h:1.87 llvm/include/llvm/CodeGen/MachineInstr.h:1.88
--- llvm/include/llvm/CodeGen/MachineInstr.h:1.87 Sun Nov 17 16:33:54 2002
+++ llvm/include/llvm/CodeGen/MachineInstr.h Sun Nov 17 17:21:26 2002
@@ -347,7 +347,7 @@
//
// Debugging support
//
- void print(std::ostream &OS, const TargetMachine &TM);
+ void print(std::ostream &OS, const TargetMachine &TM) const;
void dump() const;
friend std::ostream& operator<<(std::ostream& os, const MachineInstr& minstr);
More information about the llvm-commits
mailing list