From d99a8b19ed04936d7cc10f930b2e76805d0a6da3 Mon Sep 17 00:00:00 2001 From: theraven Date: Fri, 18 Nov 2011 20:54:39 +0000 Subject: [PATCH] Remove debugging statements. --- opts/IMPCacher.cpp | 1 - opts/LoopIMPCachePass.cpp | 1 - 2 files changed, 2 deletions(-) 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) ||