projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2df129
)
Adding friend MSSchedule for ModuloScheduling pass.
author
Tanya Lattner
<tonic@nondot.org>
Sun, 1 Aug 2004 18:57:38 +0000
(18:57 +0000)
committer
Tanya Lattner
<tonic@nondot.org>
Sun, 1 Aug 2004 18:57:38 +0000
(18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15407
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetSchedInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetSchedInfo.h
b/include/llvm/Target/TargetSchedInfo.h
index 448d02ea9d7973bdd0a459b0d6d296fc748e05eb..b7bd81f35a6b65857b985d1188129340a9bd68e5 100644
(file)
--- a/
include/llvm/Target/TargetSchedInfo.h
+++ b/
include/llvm/Target/TargetSchedInfo.h
@@
-305,6
+305,7
@@
protected:
friend class ModuloSchedulingPass;
+ friend class MSSchedule;
};