summaryrefslogtreecommitdiffstats
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
commitf0fda314797eeffd44d9ea166356031fb32246e1 (patch)
treeb8a7c85210a3fdf23dddd5e6bd4f9270e58e4fc3
parent34f7cfe4d04cd49481864502671f46dbbc610e36 (diff)
downloadbcm5719-llvm-f0fda314797eeffd44d9ea166356031fb32246e1.tar.gz
bcm5719-llvm-f0fda314797eeffd44d9ea166356031fb32246e1.zip
Sorry, now friend class name should be right!!
llvm-svn: 13294
-rw-r--r--llvm/include/llvm/Target/TargetSchedInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetSchedInfo.h b/llvm/include/llvm/Target/TargetSchedInfo.h
index fd88667ee40..343c097ef33 100644
--- a/llvm/include/llvm/Target/TargetSchedInfo.h
+++ b/llvm/include/llvm/Target/TargetSchedInfo.h
@@ -303,7 +303,7 @@ protected:
friend class ModuloSchedGraph;
- friend class ModuloSchedulingPass;
+ friend class ModuloScheduling;
};
OpenPOWER on IntegriCloud