From: Tanya Lattner Date: Sun, 1 Aug 2004 18:57:38 +0000 (+0000) Subject: Adding friend MSSchedule for ModuloScheduling pass. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5714f44fdf1260d98722d902e11f8f9b9ed9bcc2;p=oota-llvm.git Adding friend MSSchedule for ModuloScheduling pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15407 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetSchedInfo.h b/include/llvm/Target/TargetSchedInfo.h index 448d02ea9d7..b7bd81f35a6 100644 --- a/include/llvm/Target/TargetSchedInfo.h +++ b/include/llvm/Target/TargetSchedInfo.h @@ -305,6 +305,7 @@ protected: friend class ModuloSchedulingPass; + friend class MSSchedule; };