Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and
[oota-llvm.git] / test / CodeGen / Blackfin / cmp-small-imm.ll
1 ; RUN: llvm-as < %s | llc -march=bfin > %t
2
3 define i1 @cmp3(i32 %A) {
4         %R = icmp uge i32 %A, 2
5         ret i1 %R
6 }