summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
blob: fe2dcf536bc0e538f6952f92349fa1bd9adcf08d (plain)
1
2
3
4
5
6
7
8
; 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
}