7 lines
101 B
LLVM
7 lines
101 B
LLVM
; RUN: llc < %s
|
|
|
|
define double @foo() {
|
|
%t = getresult {double, double} undef, 1
|
|
ret double %t
|
|
}
|