Adding friend MSSchedule for ModuloScheduling pass.
authorTanya Lattner <tonic@nondot.org>
Sun, 1 Aug 2004 18:57:38 +0000 (18:57 +0000)
committerTanya Lattner <tonic@nondot.org>
Sun, 1 Aug 2004 18:57:38 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15407 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetSchedInfo.h

index 448d02ea9d7973bdd0a459b0d6d296fc748e05eb..b7bd81f35a6b65857b985d1188129340a9bd68e5 100644 (file)
@@ -305,6 +305,7 @@ protected:
 
 
   friend class ModuloSchedulingPass;
+  friend class MSSchedule;
   
 };