1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Add a forward decl, oops.

llvm-svn: 573
This commit is contained in:
Chris Lattner 2001-09-14 17:55:51 +00:00
parent d6a98c11bc
commit cbf2f72954

View File

@ -33,6 +33,7 @@ class SchedGraphEdge;
class SchedGraphNode;
class SchedGraph;
class NodeToRegRefMap;
class MachineInstr;
/******************** Exported Data Types and Constants ********************/