Fix PR5421 by APInt'izing switch lowering.
[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 }