Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / X86 / compare_folding.ll
blob84c152d77215a9fcab10b580f69b7a9c9e9ea59d
1 ; RUN: llc < %s -march=x86 -mcpu=yonah | \
2 ; RUN:   grep movsd | count 1
3 ; RUN: llc < %s -march=x86 -mcpu=yonah | \
4 ; RUN:   grep ucomisd
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]
9         ret i1 %COM