Author: fjahanian
Date: Thu Jan 24 16:26:55 2013
New Revision: 173378

URL: http://llvm.org/viewvc/llvm-project?rev=173378&view=rev
Log:
removed duplicated comment.

Modified:
    cfe/trunk/lib/AST/ExprConstant.cpp

Modified: cfe/trunk/lib/AST/ExprConstant.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ExprConstant.cpp?rev=173378&r1=173377&r2=173378&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ExprConstant.cpp (original)
+++ cfe/trunk/lib/AST/ExprConstant.cpp Thu Jan 24 16:26:55 2013
@@ -514,7 +514,6 @@
     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());


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to