diff options
Diffstat (limited to 'test/Linker/partial-type-refinement-link.ll')
-rw-r--r-- | test/Linker/partial-type-refinement-link.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/partial-type-refinement-link.ll b/test/Linker/partial-type-refinement-link.ll index 320ef96..0c92111 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<const PI*>"* %this) { entry: - %x = getelementptr inbounds %"SmallVImpl<const PI*>"* %this, i64 0, i32 1 + %x = getelementptr inbounds %"SmallVImpl<const PI*>", %"SmallVImpl<const PI*>"* %this, i64 0, i32 1 ret void } |