Fixed friend class name for ModuloScheduling.
authorTanya Lattner <tonic@nondot.org>
Fri, 30 Apr 2004 20:47:59 +0000 (20:47 +0000)
committerTanya Lattner <tonic@nondot.org>
Fri, 30 Apr 2004 20:47:59 +0000 (20:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13293 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetSchedInfo.h

index 8a0530d3ed7c3e4ab473c212e8d3ef32ba03ab88..fd88667ee400911ab33e7e14cd0136de3e1b02f7 100644 (file)
@@ -302,8 +302,8 @@ protected:
                           conflictLists;   // indexed by [opcode]
 
 
-
-  friend class ModuloScheduling;
+  friend class ModuloSchedGraph;
+  friend class ModuloSchedulingPass;
   
 };