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:
32c182a
)
Fixed friend class name for ModuloScheduling.
author
Tanya Lattner
<tonic@nondot.org>
Fri, 30 Apr 2004 20:47:59 +0000
(20:47 +0000)
committer
Tanya Lattner
<tonic@nondot.org>
Fri, 30 Apr 2004 20:47:59 +0000
(20:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13293
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 8a0530d3ed7c3e4ab473c212e8d3ef32ba03ab88..fd88667ee400911ab33e7e14cd0136de3e1b02f7 100644
(file)
--- 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 ModuloScheduling
Pass
;
};