The inst combining of inttoptr into GEP with one index was using the bit size of
[oota-llvm.git] / test / Transforms / InstCombine / addnegneg.ll
2008-02-17 Chris LattnerFold (-x + -y) -> -(x+y) which promotes better associat...