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:
c9bdf09
)
Sorry, now friend class name should be right!!
author
Tanya Lattner
<tonic@nondot.org>
Fri, 30 Apr 2004 20:48:37 +0000
(20:48 +0000)
committer
Tanya Lattner
<tonic@nondot.org>
Fri, 30 Apr 2004 20:48:37 +0000
(20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13294
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 fd88667ee400911ab33e7e14cd0136de3e1b02f7..343c097ef33f33a53999351449d8d5159aa12b57 100644
(file)
--- a/
include/llvm/Target/TargetSchedInfo.h
+++ b/
include/llvm/Target/TargetSchedInfo.h
@@
-303,7
+303,7
@@
protected:
friend class ModuloSchedGraph;
- friend class ModuloScheduling
Pass
;
+ friend class ModuloScheduling;
};