remove debug-only assertion in the complex float evaluator as it makes some real apps crash

llvm-svn: 60069
This commit is contained in:
Nuno Lopes 2008-11-26 00:39:53 +00:00
parent a9ab165b08
commit 615f34c719
1 changed files with 0 additions and 1 deletions

View File

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