blob: 7905ff52ef613990be3d0284675d230f19c4f2c7 [file] [log] [blame]
Dan Gohman3dc34f62008-04-23 20:21:29 +00001; RUN: llvm-as < %s | llc
2
3define double @foo() {
4 %t = getresult {double, double} undef, 1
5 ret double %t
6}