summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-08 18:30:22 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-08 18:30:22 +0000
commite4e1360eab0065c36daf82a3996d170eef6c7b15 (patch)
treed5014c9c122d460242992db22b7fcd10ff9f0109 /llvm/lib
parent70da50f095b671ca481b815cb4d8fd21f7335065 (diff)
downloadbcm5719-llvm-e4e1360eab0065c36daf82a3996d170eef6c7b15.tar.gz
bcm5719-llvm-e4e1360eab0065c36daf82a3996d170eef6c7b15.zip
Adjust paths due to moving InstrSched to lib/Target/SparcV9
llvm-svn: 16852
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp6
-rw-r--r--llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp6
-rw-r--r--llvm/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp2
3 files changed, 7 insertions, 7 deletions
diff --git a/llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp b/llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
index 69ecb90f31d..84c8611683f 100644
--- a/llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
+++ b/llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
@@ -17,9 +17,9 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Target/TargetMachine.h"
-#include "../../Target/SparcV9/MachineCodeForInstruction.h"
-#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
-#include "../../Target/SparcV9/SparcV9InstrInfo.h"
+#include "../MachineCodeForInstruction.h"
+#include "../LiveVar/FunctionLiveVarInfo.h"
+#include "../SparcV9InstrInfo.h"
#include "llvm/Support/CommandLine.h"
#include <algorithm>
#include <iostream>
diff --git a/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp b/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp
index 00b48d537d3..b51d1533916 100644
--- a/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp
+++ b/llvm/lib/Target/SparcV9/InstrSched/SchedGraph.cpp
@@ -19,9 +19,9 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
-#include "../../Target/SparcV9/MachineCodeForInstruction.h"
-#include "../../Target/SparcV9/SparcV9RegInfo.h"
-#include "../../Target/SparcV9/SparcV9InstrInfo.h"
+#include "../MachineCodeForInstruction.h"
+#include "../SparcV9RegInfo.h"
+#include "../SparcV9InstrInfo.h"
#include "llvm/ADT/STLExtras.h"
#include <iostream>
diff --git a/llvm/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp b/llvm/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
index 0aaece228d8..33788b11183 100644
--- a/llvm/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
+++ b/llvm/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
@@ -18,7 +18,7 @@
//===----------------------------------------------------------------------===//
#include "SchedPriorities.h"
-#include "../../Target/SparcV9/LiveVar/FunctionLiveVarInfo.h"
+#include "../LiveVar/FunctionLiveVarInfo.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/Support/CFG.h"
#include "llvm/ADT/PostOrderIterator.h"
OpenPOWER on IntegriCloud