Move the private MachineInstrAnnot.h into a private directory.
authorChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 19:12:51 +0000 (19:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 29 Feb 2004 19:12:51 +0000 (19:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12003 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineInstrAnnot.cpp
lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/SparcV9InstrSelection.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp

index de709ecafa65ce30c344f51a56783547d734bcf2..a784978299b18ae802814e2f49ce3cb13f7268b2 100644 (file)
@@ -12,7 +12,7 @@
 // 
 //===----------------------------------------------------------------------===//
 
-#include "llvm/CodeGen/MachineInstrAnnot.h"
+#include "../Target/SparcV9/MachineInstrAnnot.h"
 #include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/iOther.h"
index 46bc81f602e1f0b798ff6bc2a4d5fab6e8be66db..a92672c028c2b537605b0d6096a103460933c25f 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "llvm/CodeGen/InstrSelectionSupport.h"
 #include "llvm/CodeGen/InstrSelection.h"
-#include "llvm/CodeGen/MachineInstrAnnot.h"
+#include "../MachineInstrAnnot.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/InstrForest.h"
 #include "llvm/Target/TargetMachine.h"
index 7b224119cef99a54db0c58bfd4f8d83ec576b856..c0b52d43b9afa30c7a625e986893ee41f54e21ef 100644 (file)
@@ -38,7 +38,7 @@
 #include "llvm/CodeGen/MachineFunctionInfo.h"
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "llvm/CodeGen/MachineInstrAnnot.h"
+#include "../MachineInstrAnnot.h"
 #include "llvm/CodeGen/Passes.h"
 #include "llvm/Support/InstIterator.h"
 #include "llvm/Target/TargetInstrInfo.h"
index aea6010a67c9aa8342fb80ec16d48643ce6ce172..8ca4e69f5eedc292f6fa3865407bacc3cc5265d6 100644 (file)
@@ -23,7 +23,7 @@
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineFunctionInfo.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
-#include "llvm/CodeGen/MachineInstrAnnot.h"
+#include "MachineInstrAnnot.h"
 #include "SparcV9InstrSelectionSupport.h"
 #include "SparcV9Internals.h"
 #include "SparcV9RegClassInfo.h"
index 42f68dba6fecf9cb1eca0ed2632451b8a66fe6c3..dd5a02d193985ef453be0eeb13cbfae1c130dd40 100644 (file)
@@ -17,7 +17,7 @@
 #include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
-#include "llvm/CodeGen/MachineInstrAnnot.h"
+#include "MachineInstrAnnot.h"
 #include "RegAlloc/LiveRangeInfo.h"
 #include "RegAlloc/LiveRange.h"
 #include "llvm/DerivedTypes.h"