Remove fixme
authorChris Lattner <sabre@nondot.org>
Wed, 30 Oct 2002 02:02:37 +0000 (02:02 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Oct 2002 02:02:37 +0000 (02:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4447 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineInstr.cpp

index 5ec5c2ad05a02afa7278e4cae5d428abe4bcf351..28fbd2d00483acb21b39520cf452e722444f7485 100644 (file)
@@ -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;