make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / CodeGen / Alpha / 2009-07-16-PromoteFloatCompare.ll
blobcfbf7fcdfd9001bcbed18a1d72d362d6bdcb8b27
1 ; RUN: llc < %s -march=alpha
3 define i1 @a(float %x) {
4   %r = fcmp ult float %x, 1.0
5   ret i1 %r