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