blob: c675535335a03fca9da3f50d3e4d9759e311bec0 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s
Dan Gohman3dc34f62008-04-23 20:21:29 +00002
3define double @foo() {
4 %t = getresult {double, double} undef, 1
5 ret double %t
6}