blob: a1aed0e3a4b6ac47bc7ba9e9434b73bb5fa6669f [file] [log] [blame]
Hao Liud73795f2013-03-20 06:18:06 +00001; RUN: llc < %s
2
3define internal i1 @f(float %s) {
4entry:
5 %c = fcmp ogt float %s, 0x41EFFFFFE0000000
6 ret i1 %c
7}