OSDN Git Service

Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Tue, 1 Sep 2009 18:29:01 +0000 (18:29 +0000)
committerDan 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

index a214e4f..f3f71c8 100644 (file)
@@ -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;