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

7 lines
90 B
LLVM
Raw Normal View History

; RUN: llvm-upgrade < %s | llvm-as | llc
2006-10-04 01:17:54 +08:00
; PR933
fastcc bool %test() {
ret bool true
}