1 ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | \
2 ; RUN: grep movsd | count 1
3 ; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | \
5 declare i1 @llvm.isunordered.f64(double, double)
7 define i1 @test1(double %X, double %Y) {
8 %COM = fcmp uno double %X, %Y ; <i1> [#uses=1]