1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/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-03 19:17:54 +02:00
; PR933
fastcc bool %test() {
ret bool true
}