blob: 3311c03199ee9c98e2cfd92a68146e64903d2b99 [file] [log] [blame]
; RUN: llc < %s -march=bfin -verify-machineinstrs
define i32 @add(i32 %A, i32 %B) {
%R = add i32 %A, %B ; <i32> [#uses=1]
ret i32 %R
}