]> granicus.if.org Git - clang/commitdiff
Fix a comment.
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 30 Dec 2009 21:24:23 +0000 (21:24 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 30 Dec 2009 21:24:23 +0000 (21:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92314 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/Analyses/LiveVariables.h

index 0077a8505170584cf807881176c60327ef836aa1..44ab080acbf376dcbc8cc272a1ec70db963f31ca 100644 (file)
@@ -70,7 +70,7 @@ public:
 
   LiveVariables(AnalysisContext &AC);
 
-  /// IsLive - Return true if a variable is live at beginning of a
+  /// IsLive - Return true if a variable is live at the end of a
   /// specified block.
   bool isLive(const CFGBlock* B, const VarDecl* D) const;