blob: 7d12d78cf25eccf7bd501a4b3b212f7696b6bc5e [file] [log] [blame]
Chris Lattner77a498c2005-10-21 21:09:13 +00001; RUN: llvm-as < %s | llc
2float %t(long %u) {
3 %u = cast long %u to ulong ; <ulong> [#uses=1]
4 %tmp5 = add ulong %u, 9007199254740991 ; <ulong> [#uses=1]
5 %tmp = setgt ulong %tmp5, 18014398509481982 ; <bool> [#uses=1]
6 br bool %tmp, label %T, label %F
7T:
8 ret float 1.0
9F:
10 call float %t(long 0)
11 ret float 0.0
12}