aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-30 02:02:37 +0000
committerChris Lattner <sabre@nondot.org>2002-10-30 02:02:37 +0000
commit188732c971e06823a6dcd3320d5f8429642acedb (patch)
tree0293f1a81dabd91e9ee5c316855cca9a8570aeae /lib/CodeGen/MachineInstr.cpp
parent6a592271fb2946a0704b06fd66199987cdd40b3c (diff)
downloadexternal_llvm-188732c971e06823a6dcd3320d5f8429642acedb.zip
external_llvm-188732c971e06823a6dcd3320d5f8429642acedb.tar.gz
external_llvm-188732c971e06823a6dcd3320d5f8429642acedb.tar.bz2
Remove fixme
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineInstr.cpp')
-rw-r--r--lib/CodeGen/MachineInstr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineInstr.cpp b/lib/CodeGen/MachineInstr.cpp
index 5ec5c2a..28fbd2d 100644
--- a/lib/CodeGen/MachineInstr.cpp
+++ b/lib/CodeGen/MachineInstr.cpp
@@ -5,8 +5,8 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/Value.h"
-#include "llvm/Target/MachineInstrInfo.h" // FIXME: shouldn't need this!
#include "llvm/Target/TargetMachine.h"
+#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Target/MRegisterInfo.h"
using std::cerr;