look for the verboten argument slot access in any order, thanks to Frits
[oota-llvm.git] / test / CodeGen / Blackfin / sdiv.ll
1 ; RUN: llc < %s -march=bfin -verify-machineinstrs
2 define i32 @sdiv(i32 %A, i32 %B) {
3         %R = sdiv i32 %A, %B            ; <i32> [#uses=1]
4         ret i32 %R
5 }