1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-12 02:33:33 +00:00
llvm-6502/test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll

9 lines
168 B
LLVM
Raw Normal View History

; 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
}