mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
9d7106a01c
llvm-svn: 34753
7 lines
90 B
LLVM
7 lines
90 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | llc
|
|
; PR933
|
|
|
|
fastcc bool %test() {
|
|
ret bool true
|
|
}
|