Remove debugging dump() call

This commit is contained in:
Matt Pharr
2011-11-07 14:57:28 -08:00
parent e5327a0f5a
commit 6c8a064a5a

View File

@@ -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;
}