New instcombine rule: max(~a,~b) -> ~min(a, b)
[oota-llvm.git] / test / Feature / memorymarkers.ll
2009-10-13 Nick LewyckyAdd new "memory use marker" intrinsics. These indicate...