[cfe-commits] r92314 - /cfe/trunk/include/clang/Analysis/Analyses/LiveVariables.h
Zhongxing Xu
xuzhongxing at gmail.com
Wed Dec 30 13:24:23 PST 2009
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;
More information about the cfe-commits
mailing list