Adding friend MSSchedule for ModuloScheduling pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15407 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner 2004-08-01 18:57:38 +00:00
parent c2df129da9
commit 5714f44fdf

View File

@ -305,6 +305,7 @@ protected:
friend class ModuloSchedulingPass;
friend class MSSchedule;
};