Fix for PR2479: correctly optimize expressions like (a > 13) & (a ==
[oota-llvm.git] / test / Transforms / InstCombine / 2007-12-10-ConstFoldCompare.ll
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...