mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 07:22:55 +01:00
21fc565586
llvm-svn: 25820
7 lines
118 B
LLVM
7 lines
118 B
LLVM
; RUN: llvm-as < %s | llc -march=x86
|
|
|
|
bool %test(long %X) {
|
|
%B = setlt long %X, 0 ; <bool> [#uses=1]
|
|
ret bool %B
|
|
}
|