Move a DenseMap's declaration outside of a loop, and just call
[oota-llvm.git] / test / Transforms / InstCombine / addnegneg.ll
2008-02-17 Chris LattnerFold (-x + -y) -> -(x+y) which promotes better associat...