summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-14 17:55:51 +0000
committerChris Lattner <sabre@nondot.org>2001-09-14 17:55:51 +0000
commit7f155e10f64b660d9adbf9b6183c80ff9f06e512 (patch)
treea1b3cd51a3bb71893ae4f4ae9e8890e40a4ef075 /llvm/lib/CodeGen
parent8d44b998448960c0f6314ebbcd67bee4db86b9c7 (diff)
downloadbcm5719-llvm-7f155e10f64b660d9adbf9b6183c80ff9f06e512.tar.gz
bcm5719-llvm-7f155e10f64b660d9adbf9b6183c80ff9f06e512.zip
Add a forward decl, oops.
llvm-svn: 573
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/InstrSched/SchedGraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedGraph.h b/llvm/lib/CodeGen/InstrSched/SchedGraph.h
index e12d90ffcdd..35cdfd2513b 100644
--- a/llvm/lib/CodeGen/InstrSched/SchedGraph.h
+++ b/llvm/lib/CodeGen/InstrSched/SchedGraph.h
@@ -33,6 +33,7 @@ class SchedGraphEdge;
class SchedGraphNode;
class SchedGraph;
class NodeToRegRefMap;
+class MachineInstr;
/******************** Exported Data Types and Constants ********************/
OpenPOWER on IntegriCloud