Indentation change.
[llvm/avr.git] / test / CodeGen / Generic / getresult-undef.ll
blob7905ff52ef613990be3d0284675d230f19c4f2c7
1 ; RUN: llvm-as < %s | llc
3 define double @foo() {
4   %t = getresult {double, double} undef, 1
5   ret double %t