summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-14 16:56:32 +0000
committerChris Lattner <sabre@nondot.org>2001-09-14 16:56:32 +0000
commit8d44b998448960c0f6314ebbcd67bee4db86b9c7 (patch)
tree9c8e6ad79ea5fe78373236535c22f4f301d35dd2 /llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
parent1680fb1617681ab0a6d43ab0c94dfd8bde739f08 (diff)
downloadbcm5719-llvm-8d44b998448960c0f6314ebbcd67bee4db86b9c7.tar.gz
bcm5719-llvm-8d44b998448960c0f6314ebbcd67bee4db86b9c7.zip
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Value to a vector instead of a list. Move SchedGraph.h & SchedPriorities.h into lib/CodeGen/InstrScheduling llvm-svn: 572
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
index c09f9fc24e5..a4396c2d256 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
+++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
@@ -18,7 +18,7 @@
* 7/30/01 - Vikram Adve - Created
***************************************************************************/
-#include "llvm/CodeGen/SchedPriorities.h"
+#include "SchedPriorities.h"
SchedPriorities::SchedPriorities(const Method* method,
OpenPOWER on IntegriCloud