Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails and
[oota-llvm.git] / test / CodeGen / Blackfin / add.ll
1 ; RUN: llvm-as < %s | llc -march=bfin -verify-machineinstrs
2 define i32 @add(i32 %A, i32 %B) {
3         %R = add i32 %A, %B             ; <i32> [#uses=1]
4         ret i32 %R
5 }