mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
afa475f207
llvm-svn: 50180
7 lines
111 B
LLVM
7 lines
111 B
LLVM
; RUN: llvm-as < %s | llc
|
|
|
|
define double @foo() {
|
|
%t = getresult {double, double} undef, 1
|
|
ret double %t
|
|
}
|