blob: 0665e55e90c9c6a8dad34e90d17535fbdf95794e [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep call
declare bool %llvm.isunordered.f64(double)
bool %test_isnan(double %X) {
%R = call bool %llvm.isunordered.f64(double %X, double %X)
ret bool %R
}