summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
blob: cc988f26618cf7b63b9da42d4b20b44b37ee6640 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llc 
; PR933

define fastcc i1 @test() {
        ret i1 true
}

OpenPOWER on IntegriCloud