X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2Ftestlink2.ll;h=ff8e5299869a566d6c5f42589f6c3202f958da8b;hb=7172b38af7ed5d1c1e2c97fadfb0ae0c19aff816;hp=1798e31e47dca8169e09f0b2abad85f6c4ac6a62;hpb=1afcace3a3a138b1b18e5c6270caa8dae2261ae2;p=oota-llvm.git diff --git a/test/Linker/testlink2.ll b/test/Linker/testlink2.ll index 1798e31e47d..ff8e5299869 100644 --- a/test/Linker/testlink2.ll +++ b/test/Linker/testlink2.ll @@ -8,6 +8,8 @@ %Ty1 = type { %Ty2* } %Ty2 = type opaque +%VecSize = type { <10 x i32> } + @GVTy1 = global %Ty1* null @GVTy2 = external global %Ty2* @@ -53,3 +55,4 @@ define internal void @testIntern() { ret void } +declare void @VecSizeCrash1(%VecSize)