ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP directly...
[oota-llvm.git] / test / CodeGen / Alpha / 2009-07-16-PromoteFloatCompare.ll
1 ; RUN: llc < %s -march=alpha
2
3 define i1 @a(float %x) {
4   %r = fcmp ult float %x, 1.0
5   ret i1 %r
6 }