Implement expansion in type legalization for add/sub with overflow. The
[oota-llvm.git] / test / CodeGen / Generic / getresult-undef.ll
1 ; RUN: llc < %s
2
3 define double @foo() {
4   %t = getresult {double, double} undef, 1
5   ret double %t
6 }