Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as
[oota-llvm.git] / test / CodeGen / Alpha / 2009-07-16-PromoteFloatCompare.ll
1 ; RUN: llvm-as < %s | llc -march=alpha
2
3 define i1 @a(float %x) {
4   %r = fcmp ult float %x, 1.0
5   ret i1 %r
6 }