1; RUN: llc < %s -march=alpha 2 3define i1 @a(float %x) { 4 %r = fcmp ult float %x, 1.0 5 ret i1 %r 6} 7