DebugInfo: Lazily construct subprogram definition DIEs.
[oota-llvm.git] / test / Linker / testlink1.ll
index a8746379b6cf14414b6914d68246c4dc16174a32..6ba6fd5fd7e9575a502163ceb195f25ab7ef171a 100644 (file)
 ; The uses of intlist in the other file should be remapped.
 ; CHECK-NOT: {{%intlist.[0-9]}}
 
+; CHECK: %VecSize = type { <5 x i32> }
+; CHECK: %VecSize.{{[0-9]}} = type { <10 x i32> }
+%VecSize = type { <5 x i32> }
+
 %Struct1 = type opaque
 @S1GV = external global %Struct1*
 
@@ -93,3 +97,5 @@ define internal void @Testintern() {
 define void @testIntern() {
   ret void
 }
+
+declare void @VecSizeCrash(%VecSize)