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:
4a93b71
)
Fix a typo in a comment.
author
Dan Gohman
<gohman@apple.com>
Tue, 1 Sep 2009 18:29:01 +0000
(18:29 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 1 Sep 2009 18:29:01 +0000
(18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80697
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Pass.h
patch
|
blob
|
history
diff --git
a/include/llvm/Pass.h
b/include/llvm/Pass.h
index a214e4fcdd02feddba16fdf0c4ade387beab3655..f3f71c870d8671e3ce8151cf5d0e04c08ee8efb1 100644
(file)
--- a/
include/llvm/Pass.h
+++ b/
include/llvm/Pass.h
@@
-191,7
+191,7
@@
public:
AnalysisType &getAnalysis() const; // Defined in PassAnalysisSupport.h
template<typename AnalysisType>
- AnalysisType &getAnalysis(Function &F); // Defined in Pass
a
nalysisSupport.h
+ AnalysisType &getAnalysis(Function &F); // Defined in Pass
A
nalysisSupport.h
template<typename AnalysisType>
AnalysisType &getAnalysisID(const PassInfo *PI) const;