Modify comments.

llvm-svn: 55150
This commit is contained in:
Zhongxing Xu 2008-08-21 23:00:21 +00:00
parent 29cc3aa27d
commit 614f6a060d
1 changed files with 3 additions and 2 deletions

View File

@ -139,8 +139,9 @@ EnvironmentManager::RemoveDeadBindings(Environment Env,
// The block expr is dead.
RVal X = I.getData();
// Do not misclean LogicalExpr or ConditionalOperator.
// Why is it dead? Should look at LiveVariables.
// Do not misclean LogicalExpr or ConditionalOperator. It is dead at the
// beginning of itself, but we need its UndefinedVal to determine its
// RVal.
if (X.isUndef() && cast<UndefinedVal>(X).getData())
continue;