diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-11-26 00:39:53 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-11-26 00:39:53 +0000 |
commit | cfe257198c3ace5dfa79365be8cfc55c3e400d4e (patch) | |
tree | ff9d72e0d727c53a5592af0345541f609aeafa66 /lib/AST/ExprConstant.cpp | |
parent | ab4c91c708ca0c7d80f513af74926271e25b2f56 (diff) |
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
Diffstat (limited to 'lib/AST/ExprConstant.cpp')
-rw-r--r-- | lib/AST/ExprConstant.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } |