diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-14 17:55:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-14 17:55:51 +0000 |
commit | c0c77083ba7915fabbe86065a77f2b7bb5636bef (patch) | |
tree | 95a0d4228acc51dbaccc75584cf0381822292601 /lib/Target/SparcV9/InstrSched/SchedGraph.h | |
parent | 46cbff625eb9593cf9ddac415c39311a54aa27fa (diff) |
Add a forward decl, oops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@573 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/InstrSched/SchedGraph.h')
-rw-r--r-- | lib/Target/SparcV9/InstrSched/SchedGraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/InstrSched/SchedGraph.h b/lib/Target/SparcV9/InstrSched/SchedGraph.h index e12d90ffcd..35cdfd2513 100644 --- a/lib/Target/SparcV9/InstrSched/SchedGraph.h +++ b/lib/Target/SparcV9/InstrSched/SchedGraph.h @@ -33,6 +33,7 @@ class SchedGraphEdge; class SchedGraphNode; class SchedGraph; class NodeToRegRefMap; +class MachineInstr; /******************** Exported Data Types and Constants ********************/ |