Revert X + X --> X * 2 optz'n which pessimizes heavily on x86.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-08-StrLenSink.ll
2008-05-08 Chris LattnerMore than just loads can read from memory: readonly...