1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
2009-09-08 23:54:48 +00:00

8 lines
76 B
LLVM

; RUN: llc < %s
; PR933
define fastcc i1 @test() {
ret i1 true
}