Remove some support for ReturnInsts with multiple operands, and for
[oota-llvm.git] / test / Assembler / 2005-12-21-ZeroInitVector.ll
1 ; RUN: llvm-as < %s > /dev/null
2
3 define <4 x i32> @foo() {
4         ret <4 x i32> zeroinitializer
5 }
6