Revert X + X --> X * 2 optz'n which pessimizes heavily on x86.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-04-28-VolatileStore.ll
2008-04-29 Chris Lattnerdon't delete the last store to an alloca if the store...