From: Nuno Lopes Date: Wed, 26 Nov 2008 00:39:53 +0000 (+0000) Subject: remove debug-only assertion in the complex float evaluator as it makes some real... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfe257198c3ace5dfa79365be8cfc55c3e400d4e;p=clang remove debug-only assertion in the complex float evaluator as it makes some real apps crash git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60069 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/ExprConstant.cpp b/lib/AST/ExprConstant.cpp index 6cdbc80afa..3efa52b260 100644 --- a/lib/AST/ExprConstant.cpp +++ b/lib/AST/ExprConstant.cpp @@ -1088,7 +1088,6 @@ public: //===--------------------------------------------------------------------===// APValue VisitStmt(Stmt *S) { - assert(0 && "This should be called on complex floats"); return APValue(); }