aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Target/TargetSchedInfo.h3
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;
};