From: Dan Gohman Date: Tue, 1 Sep 2009 18:29:01 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7ab42aec4266ef1b474ae03f3cb94ce509aa94a7;p=oota-llvm.git Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80697 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Pass.h b/include/llvm/Pass.h index a214e4fcdd0..f3f71c870d8 100644 --- a/include/llvm/Pass.h +++ b/include/llvm/Pass.h @@ -191,7 +191,7 @@ public: AnalysisType &getAnalysis() const; // Defined in PassAnalysisSupport.h template - AnalysisType &getAnalysis(Function &F); // Defined in PassanalysisSupport.h + AnalysisType &getAnalysis(Function &F); // Defined in PassAnalysisSupport.h template AnalysisType &getAnalysisID(const PassInfo *PI) const;