[llvm-commits] [llvm] r67635 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/shift.ll

Duncan Sands baldrick at free.fr
Tue Mar 24 14:23:30 PDT 2009


Hi Chris,

> -          ICI.isEquality() && !Shift->isArithmeticShift() &&
> -          isa<Instruction>(Shift->getOperand(0))) {
> +          ICI.isEquality() && !Shift->isArithmeticShift()/* &&
> +          isa<Instruction>(Shift->getOperand(0))*/) {

did you mean to comment this out?

Ciao,

Duncan.



More information about the llvm-commits mailing list