Add correct NEON encodings for the "multiple single elements" form of vld.
[oota-llvm.git] / test / Transforms / InstCombine / fcmp-select.ll
2010-02-23 Dan GohmanDon't do (X != Y) ? X : Y -> X for floating-point...