mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
8116db05a6
llvm-svn: 47432
8 lines
86 B
LLVM
8 lines
86 B
LLVM
; RUN: llvm-as < %s | llc
|
|
; PR933
|
|
|
|
define fastcc i1 @test() {
|
|
ret i1 true
|
|
}
|
|
|