[libFuzzer] add the list of trophies to the docs. It is incomplete, additions are...
[oota-llvm.git] / test / Linker / AppendingLinkage.ll
index ebf55c1f733683a17ed011deaaa5515dd1031ed0..a3db5d28cd22dfedb50cf7c2b217d082cb926c13 100644 (file)
@@ -7,7 +7,7 @@
 ; CHECK: [i32 7, i32 4, i32 8]
 
 @X = appending global [2 x i32] [ i32 7, i32 4 ]               ; <[2 x i32]*> [#uses=2]
-@Y = global i32* getelementptr ([2 x i32]* @X, i64 0, i64 0)           ; <i32**> [#uses=0]
+@Y = global i32* getelementptr ([2 x i32], [2 x i32]* @X, i64 0, i64 0)                ; <i32**> [#uses=0]
 
 define void @foo(i64 %V) {
        %Y = getelementptr [2 x i32], [2 x i32]* @X, i64 0, i64 %V              ; <i32*> [#uses=0]