summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/stchar.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2017-04-10 20:18:21 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2017-04-10 20:18:21 +0000
commitbdbe8280f25339054c5314e87e4ddfa844c71014 (patch)
tree46125a2d1740e7c041ad98f47ba7a6954f35b73d /test/CodeGen/Mips/stchar.ll
parenta8b5a980c8179a1495423f56d8add29ee0112d21 (diff)
Add address space mangling to lifetime intrinsics
In preparation for allowing allocas to have non-0 addrspace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/stchar.ll')
-rw-r--r--test/CodeGen/Mips/stchar.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/stchar.ll b/test/CodeGen/Mips/stchar.ll
index 34493e9ae33..a6021be8e80 100644
--- a/test/CodeGen/Mips/stchar.ll
+++ b/test/CodeGen/Mips/stchar.ll
@@ -34,7 +34,7 @@ entry:
; 16_h: lh ${{[0-9]+}}, [[offset2]](${{[0-9]+}})
}
-declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
+declare void @llvm.lifetime.start.p0i8(i64, i8* nocapture) nounwind
-declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
+declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) nounwind