wire up support for emitting "special" values from inline asm
[oota-llvm.git] / test / CodeGen / Generic / getresult-undef.ll
1 ; RUN: llvm-as < %s | llc
2
3 define double @foo() {
4   %t = getresult {double, double} undef, 1
5   ret double %t
6 }