1 ; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
3 define i32 @f1(float %X, float %Y) {
4 %tmp = fcmp uno float %X, %Y
5 %retval = select i1 %tmp, i32 1, i32 -1
9 define i32 @f2(float %X, float %Y) {
10 %tmp = fcmp ord float %X, %Y
11 %retval = select i1 %tmp, i32 1, i32 -1