Update LLVM tests to use new pointer indexing, and remove unsized array test support
[oota-llvm.git] / test / Linker / testlink2.ll
index 056daaff09e531a53e168924db05a76ffa032360..5aacf1a95b2192f257ba5f38d78bebf40ea0c365 100644 (file)
@@ -17,7 +17,7 @@ implementation
 int "foo"(int %blah)
 begin
        store int %blah, int *%MyVar
-       store int 12, { \2 *, int } * %MyIntList, ubyte 1
+       store int 12, { \2 *, int } * %MyIntList, uint 0, ubyte 1
 
        %ack = load int * %0   ;; Load from the unnamed constant
        %fzo = add int %ack, %blah