aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Target/TargetSchedInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetSchedInfo.h b/include/llvm/Target/TargetSchedInfo.h
index 8a0530d3ed..fd88667ee4 100644
--- a/include/llvm/Target/TargetSchedInfo.h
+++ b/include/llvm/Target/TargetSchedInfo.h
@@ -302,8 +302,8 @@ protected:
conflictLists; // indexed by [opcode]
-
- friend class ModuloScheduling;
+ friend class ModuloSchedGraph;
+ friend class ModuloSchedulingPass;
};