Update LLVM tests to use new pointer indexing, and remove unsized array test support

llvm-svn: 1474
diff --git a/llvm/test/Feature/globalvars.ll b/llvm/test/Feature/globalvars.ll
index 3914efc..b243ba5 100644
--- a/llvm/test/Feature/globalvars.ll
+++ b/llvm/test/Feature/globalvars.ll
@@ -12,7 +12,7 @@
 int "foo"(int %blah)
 begin
 	store int 5, int *%MyVar
-  	store int 12, { \2 *, int } * %MyIntList, ubyte 1
+  	store int 12, { \2 *, int } * %MyIntList, uint 0, ubyte 1
   	ret int %blah
 end