[llvm-commits] CVS: llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
Bill Wendling
isanbard at gmail.com
Fri Feb 2 18:20:34 PST 2007
Hi Evan,
> DEBUG(std::cerr << "User of CPE#" << CPEMI->getOperand(0).getImm()
> << " max delta=" << MaxDisp
> - << " at offset " << int(UserOffset-CPEOffset) << "\t"
> + << " at offset " << int(CPEOffset-UserOffset) << "\t"
> << *MI);
>
Could you remove the std::cerr and #include <iostream> and use DOUT instead?
Thanks!
-bw
More information about the llvm-commits
mailing list