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
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to