switch this message back to only being in -debug mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66143 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-03-05 06:48:16 +00:00
parent 50cd6fda9e
commit be3ae8e479

View 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