Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / CodeGen / Blackfin / add.ll
blob267f3092572ee754a0603c3a06dcfc1ce71a2ae2
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