aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ExprConstant.cpp
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2008-11-26 00:39:53 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2008-11-26 00:39:53 +0000
commitcfe257198c3ace5dfa79365be8cfc55c3e400d4e (patch)
treeff9d72e0d727c53a5592af0345541f609aeafa66 /lib/AST/ExprConstant.cpp
parentab4c91c708ca0c7d80f513af74926271e25b2f56 (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.cpp1
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();
}