; RUN: llvm-as < %s | llc -march=bfin -verify-machineinstrs define i32 @sdiv(i32 %A, i32 %B) { %R = sdiv i32 %A, %B ; [#uses=1] ret i32 %R }