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