diff options
author | Chris Lattner <sabre@nondot.org> | 2006-05-04 19:36:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-05-04 19:36:09 +0000 |
commit | abdf4d569cd7205bf55d36d33c84b221ba51fcd0 (patch) | |
tree | f5de42589050d4cd75fba805d4794ced952459ed /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | 9add880566dadeaa475ad742dbeb68f19a68fa30 (diff) | |
download | bcm5719-llvm-abdf4d569cd7205bf55d36d33c84b221ba51fcd0.tar.gz bcm5719-llvm-abdf4d569cd7205bf55d36d33c84b221ba51fcd0.zip |
Final pass of minor cleanups for MachineInstr
llvm-svn: 28110
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineInstr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 495da5edfcf..03af3689ef0 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp @@ -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" |