mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
142428ce64
llvm-svn: 81293
6 lines
140 B
LLVM
6 lines
140 B
LLVM
; RUN: llc < %s -march=bfin -verify-machineinstrs
|
|
define i32 @sdiv(i32 %A, i32 %B) {
|
|
%R = sdiv i32 %A, %B ; <i32> [#uses=1]
|
|
ret i32 %R
|
|
}
|