From 6c8a064a5a24b43bf800b8bb7d924888529a925a Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Mon, 7 Nov 2011 14:57:28 -0800 Subject: [PATCH] Remove debugging dump() call --- builtins.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/builtins.cpp b/builtins.cpp index 3c40cf40..bacb914d 100644 --- a/builtins.cpp +++ b/builtins.cpp @@ -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; }