Author: zhongxingxu
Date: Wed Dec 30 15:24:23 2009
New Revision: 92314

URL: http://llvm.org/viewvc/llvm-project?rev=92314&view=rev
Log:
Fix a comment.

Modified:
    cfe/trunk/include/clang/Analysis/Analyses/LiveVariables.h

Modified: cfe/trunk/include/clang/Analysis/Analyses/LiveVariables.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/Analyses/LiveVariables.h?rev=92314&r1=92313&r2=92314&view=diff

==============================================================================
--- cfe/trunk/include/clang/Analysis/Analyses/LiveVariables.h (original)
+++ cfe/trunk/include/clang/Analysis/Analyses/LiveVariables.h Wed Dec 30 
15:24:23 2009
@@ -70,7 +70,7 @@
 
   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;
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to