1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll

8 lines
86 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc
2006-10-03 19:17:54 +02:00
; PR933
define fastcc i1 @test() {
ret i1 true
2006-10-03 19:17:54 +02:00
}