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

8 lines
122 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc &&
; RUN: llvm-as < %s | llc -enable-x86-fastcc
; PR933
fastcc bool %test() {
ret bool true
}