X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2Fpartial-type-refinement-link.ll;h=0c921110f9e3416fa544b2706e7d04f0d2d72832;hb=407da8c267d7cc6905ffc0fc425676b80324d813;hp=320ef969f83ad719a2c1bd8e407a6de6fbe71e8d;hpb=e3394d4a49db24aa802432e04d1054d83a052ff1;p=oota-llvm.git diff --git a/test/Linker/partial-type-refinement-link.ll b/test/Linker/partial-type-refinement-link.ll index 320ef969f83..0c921110f9e 100644 --- a/test/Linker/partial-type-refinement-link.ll +++ b/test/Linker/partial-type-refinement-link.ll @@ -15,6 +15,6 @@ define void @f(%"SmallVImpl"* %this) { entry: - %x = getelementptr inbounds %"SmallVImpl"* %this, i64 0, i32 1 + %x = getelementptr inbounds %"SmallVImpl", %"SmallVImpl"* %this, i64 0, i32 1 ret void }