[llvm-commits] [llvm] r66141 - /llvm/trunk/lib/ExecutionEngine/JIT/JITEmitter.cpp

Nicolas Geoffray nicolas.geoffray at lip6.fr
Wed Mar 4 22:44:07 PST 2009


Hi Nate,

Nate Begeman wrote:
>    }
>  
> -  DOUT << "JIT: Stub emitted at [" << Stub << "] for function '"
> +  cerr << "JIT: Stub emitted at [" << Stub << "] for function '"
>         << F->getName() << "'\n";
>   

Accidental change?

Nicolas



More information about the llvm-commits mailing list