blob: cfbf7fcdfd9001bcbed18a1d72d362d6bdcb8b27 [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s -march=alpha
Eli Friedman97f3f962009-07-17 05:16:04 +00002
3define i1 @a(float %x) {
4 %r = fcmp ult float %x, 1.0
5 ret i1 %r
6}