[llvm-commits] CVS: llvm/lib/CodeGen/MachineInstr.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu May 4 12:36:23 PDT 2006
Changes in directory llvm/lib/CodeGen:
MachineInstr.cpp updated: 1.121 -> 1.122
---
Log message:
Final pass of minor cleanups for MachineInstr
---
Diffs of the changes: (+0 -4)
MachineInstr.cpp | 4 ----
1 files changed, 4 deletions(-)
Index: llvm/lib/CodeGen/MachineInstr.cpp
diff -u llvm/lib/CodeGen/MachineInstr.cpp:1.121 llvm/lib/CodeGen/MachineInstr.cpp:1.122
--- llvm/lib/CodeGen/MachineInstr.cpp:1.121 Thu May 4 14:14:44 2006
+++ llvm/lib/CodeGen/MachineInstr.cpp Thu May 4 14:36:09 2006
@@ -9,14 +9,10 @@
//
// Methods common to all machine instructions.
//
-// FIXME: Now that MachineInstrs have parent pointers, they should always
-// print themselves using their MachineFunction's TargetMachine.
-//
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/Value.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/MRegisterInfo.h"
More information about the llvm-commits
mailing list