summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
blob: 5dc4b28655af6c271bd3c25a184cce98782fa749 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 

int %main() {
        %setle = setle long 1, 0
        %select = select bool true, bool %setle, bool true
        ret int 0
}