mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
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
|
||
|
}
|