1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 07:22:55 +01:00
llvm-mirror/test/Regression/CodeGen/X86/2006-10-02-BoolRetCrash.ll

8 lines
152 B
LLVM
Raw Normal View History

; RUN: llvm-upgrade < %s | llvm-as | llc &&
; RUN: llvm-upgrade < %s | llvm-as | llc -enable-x86-fastcc
2006-10-03 19:17:54 +02:00
; PR933
fastcc bool %test() {
ret bool true
}