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 | 6e994b74921d8519472a087246d7a56731e958d4 (patch) | |
tree | ce5f638f6cf7340ec2b50ade2005c47c3cc12f8d /lib/CodeGen/MachineInstr.cpp | |
parent | 14a6db8bd9c83f5fa1821c133f43ccaebdebef91 (diff) |
Final pass of minor cleanups for MachineInstr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28110 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineInstr.cpp')
-rw-r--r-- | lib/CodeGen/MachineInstr.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp index 495da5edfc..03af3689ef 100644 --- a/lib/CodeGen/MachineInstr.cpp +++ b/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" |