Sorry, now friend class name should be right!!
authorTanya Lattner <tonic@nondot.org>
Fri, 30 Apr 2004 20:48:37 +0000 (20:48 +0000)
committerTanya Lattner <tonic@nondot.org>
Fri, 30 Apr 2004 20:48:37 +0000 (20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13294 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetSchedInfo.h

index fd88667ee400911ab33e7e14cd0136de3e1b02f7..343c097ef33f33a53999351449d8d5159aa12b57 100644 (file)
@@ -303,7 +303,7 @@ protected:
 
 
   friend class ModuloSchedGraph;
-  friend class ModuloSchedulingPass;
+  friend class ModuloScheduling;
   
 };