commit | d8ea18b6953c91eb961829f817425ddbbee7e059 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Nov 17 23:22:13 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Nov 17 23:22:13 2002 +0000 |
tree | 949b5c42db4256f4e4b6347b629d0a37f52e54a9 | |
parent | 63d8375f8065eaf880ed80690fe83075dac297b9 [diff] [blame] |
Print is const! llvm-svn: 4737
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 91ee512..ffd2e6e 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -268,7 +268,7 @@ OS << ")"; } -void MachineInstr::print(std::ostream &OS, const TargetMachine &TM) { +void MachineInstr::print(std::ostream &OS, const TargetMachine &TM) const { unsigned StartOp = 0; // Specialize printing if op#0 is definition