diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-12-30 21:24:23 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-12-30 21:24:23 +0000 |
commit | f2017d13ebd4a617415d737fa99c7e013b4d5dd9 (patch) | |
tree | 493509264a1f83dab8d5d7353f38cb78c992c854 | |
parent | e8337dff778f6386f0a2a08f5def71a8dd44f2c8 (diff) |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92314 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Analysis/Analyses/LiveVariables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/Analyses/LiveVariables.h b/include/clang/Analysis/Analyses/LiveVariables.h index 0077a85051..44ab080acb 100644 --- a/include/clang/Analysis/Analyses/LiveVariables.h +++ b/include/clang/Analysis/Analyses/LiveVariables.h @@ -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; |