switch this message back to only being in -debug mode.
authorChris Lattner <sabre@nondot.org>
Thu, 5 Mar 2009 06:48:16 +0000 (06:48 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Mar 2009 06:48:16 +0000 (06:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66143 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/JITEmitter.cpp

index 15ea90d84bdbe5a7c6948098a5607f36b00faa2b..785bc76eb94fd65062b2e03365128589862b171a 100644 (file)
@@ -204,7 +204,7 @@ void *JITResolver::getFunctionStub(Function *F, bool empty) {
     TheJIT->updateGlobalMapping(F, Stub);
   }
 
-  cerr << "JIT: Stub emitted at [" << Stub << "] for function '"
+  DOUT << "JIT: Stub emitted at [" << Stub << "] for function '"
        << F->getName() << "'\n";
 
   // Finally, keep track of the stub-to-Function mapping so that the