1; RUN: llc < %s -march=bfin -verify-machineinstrs
2define i32 @add(i32 %A, i32 %B) {
3	%R = add i32 %A, %B		; <i32> [#uses=1]
4	ret i32 %R
5}
6