Remove debugging dump() call
This commit is contained in:
@@ -246,7 +246,6 @@ lCreateISPCSymbol(llvm::Function *func, SymbolTable *symbolTable) {
|
||||
if (returnType == NULL) {
|
||||
Debug(SourcePos(), "Failed: return type not representable for "
|
||||
"builtin %s.", name.c_str());
|
||||
ftype->dump();
|
||||
// return type not representable in ispc -> not callable from ispc
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user