Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep call |
2 | declare bool %llvm.isunordered.f64(double) | ||||
3 | |||||
4 | bool %test_isnan(double %X) { | ||||
5 | %R = call bool %llvm.isunordered.f64(double %X, double %X) | ||||
6 | ret bool %R | ||||
7 | } |