removed duplicated comment.

llvm-svn: 173378
This commit is contained in:
Fariborz Jahanian 2013-01-24 22:26:55 +00:00
parent e735ff93e8
commit bbcf8548cb
1 changed files with 0 additions and 1 deletions

View File

@ -514,7 +514,6 @@ namespace {
bool keepEvaluatingAfterFailure() {
// Should return true in IntOverflowCheckMode, so that we check for
// overflow even if some subexpressions can't be evaluated as constants.
// subexpressions can't be evaluated as constants.
return IntOverflowCheckMode ||
(CheckingPotentialConstantExpression &&
EvalStatus.Diag && EvalStatus.Diag->empty());