summaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-04 19:36:09 +0000
committerChris Lattner <sabre@nondot.org>2006-05-04 19:36:09 +0000
commit6e994b74921d8519472a087246d7a56731e958d4 (patch)
treece5f638f6cf7340ec2b50ade2005c47c3cc12f8d /lib/CodeGen
parent14a6db8bd9c83f5fa1821c133f43ccaebdebef91 (diff)
downloadllvm-6e994b74921d8519472a087246d7a56731e958d4.tar.gz
llvm-6e994b74921d8519472a087246d7a56731e958d4.tar.bz2
llvm-6e994b74921d8519472a087246d7a56731e958d4.tar.xz
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')
-rw-r--r--lib/CodeGen/MachineInstr.cpp4
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"