1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 08:23:21 +01:00
llvm-mirror/test/CodeGen/Generic/getresult-undef.ll

7 lines
111 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc
define double @foo() {
%t = getresult {double, double} undef, 1
ret double %t
}