summaryrefslogtreecommitdiff
path: root/include/llvm/Pass.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-01 18:29:01 +0000
committerDan Gohman <gohman@apple.com>2009-09-01 18:29:01 +0000
commit7ab42aec4266ef1b474ae03f3cb94ce509aa94a7 (patch)
tree3865e253933a6992eb5d8641d984b8faa9c22df9 /include/llvm/Pass.h
parent4a93b71fe7dcfe961640847dffe7547cf3265d36 (diff)
downloadllvm-7ab42aec4266ef1b474ae03f3cb94ce509aa94a7.tar.gz
llvm-7ab42aec4266ef1b474ae03f3cb94ce509aa94a7.tar.bz2
llvm-7ab42aec4266ef1b474ae03f3cb94ce509aa94a7.tar.xz
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80697 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Pass.h')
-rw-r--r--include/llvm/Pass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h
index a214e4fcdd..f3f71c870d 100644
--- 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 PassanalysisSupport.h
+ AnalysisType &getAnalysis(Function &F); // Defined in PassAnalysisSupport.h
template<typename AnalysisType>
AnalysisType &getAnalysisID(const PassInfo *PI) const;