llvm-6502/test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
2005-01-14 19:30:42 +00:00

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
}