llvm-project/llvm/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll

8 lines
76 B
LLVM
Raw Normal View History

; RUN: llc < %s
2006-10-04 01:17:54 +08:00
; PR933
define fastcc i1 @test() {
ret i1 true
2006-10-04 01:17:54 +08:00
}