aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-04-30 20:48:37 +0000
committerTanya Lattner <tonic@nondot.org>2004-04-30 20:48:37 +0000
commitd11297f2ee2d6a366d129b7c10e60339ea4aa87f (patch)
tree7fca7a72930b113405acfcc7401d6be17f45a19a
parentc9bdf09192d3901608d73b16621d4b2e5f954944 (diff)
Sorry, now friend class name should be right!!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13294 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Target/TargetSchedInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetSchedInfo.h b/include/llvm/Target/TargetSchedInfo.h
index fd88667ee4..343c097ef3 100644
--- a/include/llvm/Target/TargetSchedInfo.h
+++ b/include/llvm/Target/TargetSchedInfo.h
@@ -303,7 +303,7 @@ protected:
friend class ModuloSchedGraph;
- friend class ModuloSchedulingPass;
+ friend class ModuloScheduling;
};