mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-29 23:12:55 +01:00
9 lines
168 B
LLVM
9 lines
168 B
LLVM
|
; RUN: llvm-as < %s | llc -march=ppc32
|
||
|
|
||
|
int %main() {
|
||
|
%setle = setle long 1, 0
|
||
|
%select = select bool true, bool %setle, bool true
|
||
|
ret int 0
|
||
|
}
|
||
|
|