diff options
author | Tanya Lattner <tonic@nondot.org> | 2005-06-17 03:59:51 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2005-06-17 03:59:51 +0000 |
commit | 771c5c18193f800b7e8a29c0c897831cc056cf08 (patch) | |
tree | f32d18029b128d8582b899e75446d93a4b8810c3 | |
parent | e88b7533be3c0e6072b3a3d672bae464f33b090a (diff) |
Added ModuloSchedSB as a friend class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22237 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/TargetSchedInfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetSchedInfo.h b/include/llvm/Target/TargetSchedInfo.h index a6a03b5249..1c6008f907 100644 --- a/include/llvm/Target/TargetSchedInfo.h +++ b/include/llvm/Target/TargetSchedInfo.h @@ -280,7 +280,10 @@ protected: friend class ModuloSchedulingPass; + friend class ModuloSchedulingSBPass; friend class MSSchedule; + friend class MSScheduleSB; + friend class MSchedGraphSB; }; |