forked from OSchip/llvm-project
remove debug-only assertion in the complex float evaluator as it makes some real apps crash
llvm-svn: 60069
This commit is contained in:
parent
a9ab165b08
commit
615f34c719
|
@ -1088,7 +1088,6 @@ public:
|
|||
//===--------------------------------------------------------------------===//
|
||||
|
||||
APValue VisitStmt(Stmt *S) {
|
||||
assert(0 && "This should be called on complex floats");
|
||||
return APValue();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue