Move a DenseMap's declaration outside of a loop, and just call
[oota-llvm.git] / test / Transforms / InstCombine / 2008-04-29-VolatileLoadDontMerge.ll
2008-04-29 Chris Lattnerdon't eliminate load from volatile value on paths where...