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
|
|
}
|