r326531 - Remove debugging code I accidentally committed in r326530.

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 1 18:03:22 PST 2018


Author: ahatanak
Date: Thu Mar  1 18:03:21 2018
New Revision: 326531

URL: http://llvm.org/viewvc/llvm-project?rev=326531&view=rev
Log:
Remove debugging code I accidentally committed in r326530.

Modified:
    cfe/trunk/lib/Sema/SemaPseudoObject.cpp

Modified: cfe/trunk/lib/Sema/SemaPseudoObject.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaPseudoObject.cpp?rev=326531&r1=326530&r2=326531&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaPseudoObject.cpp (original)
+++ cfe/trunk/lib/Sema/SemaPseudoObject.cpp Thu Mar  1 18:03:21 2018
@@ -993,7 +993,6 @@ ObjCSubscriptOpBuilder::buildAssignmentO
                                                 SourceLocation opcLoc,
                                                 BinaryOperatorKind opcode,
                                                 Expr *LHS, Expr *RHS) {
-  assert(false);
   assert(BinaryOperator::isAssignmentOp(opcode));
   // There must be a method to do the Index'ed assignment.
   if (!findAtIndexSetter())




More information about the cfe-commits mailing list