mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
06cfade044
llvm-svn: 62519
8 lines
142 B
LLVM
8 lines
142 B
LLVM
; RUN: llvm-as < %s | llc -march=x86 | not grep cltd
|
|
|
|
define i32 @test(i32 %X) nounwind readnone {
|
|
entry:
|
|
%0 = srem i32 41, %X
|
|
ret i32 %0
|
|
}
|