[llvm-commits] [llvm] r80697 - /llvm/trunk/include/llvm/Pass.h
Dan Gohman
gohman at apple.com
Tue Sep 1 11:29:01 PDT 2009
Author: djg
Date: Tue Sep 1 13:29:01 2009
New Revision: 80697
URL: http://llvm.org/viewvc/llvm-project?rev=80697&view=rev
Log:
Fix a typo in a comment.
Modified:
llvm/trunk/include/llvm/Pass.h
Modified: llvm/trunk/include/llvm/Pass.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Pass.h?rev=80697&r1=80696&r2=80697&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Pass.h (original)
+++ llvm/trunk/include/llvm/Pass.h Tue Sep 1 13:29:01 2009
@@ -191,7 +191,7 @@
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;
More information about the llvm-commits
mailing list