Adjust header file inclusion due to move
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 10 Oct 2004 23:34:50 +0000 (23:34 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 10 Oct 2004 23:34:50 +0000 (23:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16904 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/ModuloScheduling/MSSchedule.cpp
lib/Target/SparcV9/ModuloScheduling/MSchedGraph.cpp
lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.cpp

index 4ce85e4949d684812169ca86847bdfc560ee07fd..f4a6924d6b1f90b312235b648ec8c4499a2c7221 100644 (file)
@@ -15,7 +15,7 @@
 #include "MSSchedule.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Target/TargetSchedInfo.h"
-#include "../../Target/SparcV9/SparcV9Internals.h"
+#include "../SparcV9Internals.h"
 
 using namespace llvm;
 
index 2b246ca674edee38d9a536fc341c680432c816e8..a3b02f7821e695d1b4917bb93046009a28145c50 100644 (file)
@@ -13,7 +13,7 @@
 #define DEBUG_TYPE "ModuloSched"
 
 #include "MSchedGraph.h"
-#include "../../Target/SparcV9/SparcV9RegisterInfo.h"
+#include "../SparcV9RegisterInfo.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Support/Debug.h"
index ffb3404ff8e33d34e82561c5db5e069beef61231..2f532d88381656b68b2bc6f7254d2ec4a0c3c23f 100644 (file)
 #include <sstream>
 #include <utility>
 #include <vector>
-#include "../../Target/SparcV9/MachineCodeForInstruction.h"
-#include "../../Target/SparcV9/SparcV9TmpInstr.h"
-#include "../../Target/SparcV9/SparcV9Internals.h"
-#include "../../Target/SparcV9/SparcV9RegisterInfo.h"
+#include "../MachineCodeForInstruction.h"
+#include "../SparcV9TmpInstr.h"
+#include "../SparcV9Internals.h"
+#include "../SparcV9RegisterInfo.h"
 using namespace llvm;
 
 /// Create ModuloSchedulingPass