diff --git a/opts/IMPCacher.cpp b/opts/IMPCacher.cpp index b10998c..c3bb0d1 100644 --- a/opts/IMPCacher.cpp +++ b/opts/IMPCacher.cpp @@ -248,7 +248,6 @@ CallSite GNUstep::IMPCacher::SplitSend(CallSite msgSend) self = msgSend.getArgument(1); cmd = msgSend.getArgument(2); } else { - msgSend.getCalledFunction()->dump(); abort(); return CallSite(); } diff --git a/opts/LoopIMPCachePass.cpp b/opts/LoopIMPCachePass.cpp index 6581a68..21fcfe1 100644 --- a/opts/LoopIMPCachePass.cpp +++ b/opts/LoopIMPCachePass.cpp @@ -77,7 +77,6 @@ namespace Function *func = dyn_cast(callee); if (func) { if (func == lookupFn) { - func->dump(); modified = true; Lookups.push_back(call); } else if ((func == sendFn) || (func == send_fpretFn) ||