mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 07:22:55 +01:00
a74ee6650d
llvm-svn: 30702
8 lines
122 B
LLVM
8 lines
122 B
LLVM
; RUN: llvm-as < %s | llc &&
|
|
; RUN: llvm-as < %s | llc -enable-x86-fastcc
|
|
; PR933
|
|
|
|
fastcc bool %test() {
|
|
ret bool true
|
|
}
|