summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/SchedPriorities.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-29 03:13:05 +0000
committerChris Lattner <sabre@nondot.org>2002-12-29 03:13:05 +0000
commitf9781b59abf250ea97a90f263430ce4ff40f2b65 (patch)
tree5ef47bdbef95f573d6ffe211dbe6cff1bc5e6659 /llvm/lib/CodeGen/InstrSched/SchedPriorities.h
parent42d59219c7c9a338c8a70bc2c37b5a5117ea1a29 (diff)
downloadbcm5719-llvm-f9781b59abf250ea97a90f263430ce4ff40f2b65.tar.gz
bcm5719-llvm-f9781b59abf250ea97a90f263430ce4ff40f2b65.zip
More renamings of Target/Machine*Info to Target/Target*Info
llvm-svn: 5204
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/SchedPriorities.h')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedPriorities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h
index 2b9405db9ac..62e41ee4f66 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h
+++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h
@@ -15,7 +15,7 @@
#include "SchedGraph.h"
#include "llvm/CodeGen/InstrScheduling.h"
-#include "llvm/Target/MachineSchedInfo.h"
+#include "llvm/Target/TargetSchedInfo.h"
#include "Support/hash_set"
#include <list>
OpenPOWER on IntegriCloud