aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic/isunord.ll
blob: 21205c181d61c350562e94504241cb165ed5a39c (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as < %s | llc
; XFAIL: ia64|sparcv8


declare bool %llvm.isunordered(double, double)

bool %test(double %X, double %Y) {
  %tmp27 = call bool %llvm.isunordered( double %X, double %Y)
  ret bool %tmp27
}