Fix a comment.

llvm-svn: 92314
This commit is contained in:
Zhongxing Xu 2009-12-30 21:24:23 +00:00
parent c3847ba3fa
commit 1563a76fd3
1 changed files with 1 additions and 1 deletions

View 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;