Make it explicit that nulls are not allowed in names.
[oota-llvm.git] / test / Assembler / 2005-12-21-ZeroInitVector.ll
index fdc2ba6f7995815b1027e9caabec2265bc0d9aaf..d3a692c60c9e64e8f86c360a62429ee9093578cb 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: llvm-as < %s > /dev/null
 
-< 4 x int> %foo() {
-  ret <4 x int> zeroinitializer
+define <4 x i32> @foo() {
+        ret <4 x i32> zeroinitializer
 }
+