]> granicus.if.org Git - clang/commitdiff
remove debug-only assertion in the complex float evaluator as it makes some real...
authorNuno Lopes <nunoplopes@sapo.pt>
Wed, 26 Nov 2008 00:39:53 +0000 (00:39 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Wed, 26 Nov 2008 00:39:53 +0000 (00:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60069 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ExprConstant.cpp

index 6cdbc80afa7ab67f784d0b149e384985e5ed3682..3efa52b260d4b66bdeb70bae340f2b3b68553eea 100644 (file)
@@ -1088,7 +1088,6 @@ public:
   //===--------------------------------------------------------------------===//
 
   APValue VisitStmt(Stmt *S) {
-    assert(0 && "This should be called on complex floats");
     return APValue();
   }