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

llvm-svn: 66143
This commit is contained in:
Chris Lattner 2009-03-05 06:48:16 +00:00
parent d02cb1dc2b
commit 0c33d436b3
1 changed files with 1 additions and 1 deletions

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