summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/local_stack_symbol_ordering.ll
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-04-16 16:01:22 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-04-16 16:01:22 +0000
commit71d5a2540a98c81f5bcaeb48805e0e2881f530ef (patch)
tree5343938942df402b49ec7300a1c25a2d4ccd5821 /test/CodeGen/X86/local_stack_symbol_ordering.ll
parent31bbf64f3a4974a2d6c8b3b27ad2f519caf74057 (diff)
Diffstat (limited to 'test/CodeGen/X86/local_stack_symbol_ordering.ll')
-rw-r--r--test/CodeGen/X86/local_stack_symbol_ordering.ll36
1 files changed, 18 insertions, 18 deletions
diff --git a/test/CodeGen/X86/local_stack_symbol_ordering.ll b/test/CodeGen/X86/local_stack_symbol_ordering.ll
index 1893eeec2f1f..1cd4d6c26c35 100644
--- a/test/CodeGen/X86/local_stack_symbol_ordering.ll
+++ b/test/CodeGen/X86/local_stack_symbol_ordering.ll
@@ -115,21 +115,21 @@ entry:
%d = alloca i32, align 4
%aaa = alloca [1000 x i32], align 16
%0 = bitcast i32* %f to i8*
- call void @llvm.lifetime.start(i64 4, i8* %0) #1
+ call void @llvm.lifetime.start.p0i8(i64 4, i8* %0) #1
%1 = bitcast [30 x i32]* %a to i8*
- call void @llvm.lifetime.start(i64 120, i8* %1) #1
+ call void @llvm.lifetime.start.p0i8(i64 120, i8* %1) #1
%2 = bitcast [1000 x i32]* %aa to i8*
- call void @llvm.lifetime.start(i64 4000, i8* %2) #1
+ call void @llvm.lifetime.start.p0i8(i64 4000, i8* %2) #1
%3 = bitcast i32* %e to i8*
- call void @llvm.lifetime.start(i64 4, i8* %3) #1
+ call void @llvm.lifetime.start.p0i8(i64 4, i8* %3) #1
%4 = bitcast [1000 x i32]* %cc to i8*
- call void @llvm.lifetime.start(i64 4000, i8* %4) #1
+ call void @llvm.lifetime.start.p0i8(i64 4000, i8* %4) #1
%5 = bitcast i32* %b to i8*
- call void @llvm.lifetime.start(i64 4, i8* %5) #1
+ call void @llvm.lifetime.start.p0i8(i64 4, i8* %5) #1
%6 = bitcast i32* %d to i8*
- call void @llvm.lifetime.start(i64 4, i8* %6) #1
+ call void @llvm.lifetime.start.p0i8(i64 4, i8* %6) #1
%7 = bitcast [1000 x i32]* %aaa to i8*
- call void @llvm.lifetime.start(i64 4000, i8* %7) #1
+ call void @llvm.lifetime.start.p0i8(i64 4000, i8* %7) #1
%call = call i32 ([30 x i32]*, ...) bitcast (i32 (...)* @check_a to i32 ([30 x i32]*, ...)*)([30 x i32]* %a)
%call1 = call i32 ([1000 x i32]*, ...) bitcast (i32 (...)* @bar1 to i32 ([1000 x i32]*, ...)*)([1000 x i32]* %aaa)
call void asm sideeffect "", "~{esi},~{edi},~{ebp},~{ebx},~{rbx},~{r12},~{r13},~{r14},~{r15},~{rbp},~{dirflag},~{fpsr},~{flags}"() #1
@@ -156,19 +156,19 @@ entry:
%call15 = call i32 (i32*, i32*, i32*, ...) bitcast (i32 (...)* @bar3 to i32 (i32*, i32*, i32*, ...)*)(i32* %d, i32* %e, i32* %f)
call void asm sideeffect "", "~{esi},~{edi},~{ebp},~{ebx},~{rbx},~{r12},~{r13},~{r14},~{r15},~{rbp},~{dirflag},~{fpsr},~{flags}"() #1
%call16 = call i32 ([30 x i32]*, ...) bitcast (i32 (...)* @bar1 to i32 ([30 x i32]*, ...)*)([30 x i32]* %a)
- call void @llvm.lifetime.end(i64 4000, i8* %7) #1
- call void @llvm.lifetime.end(i64 4, i8* %6) #1
- call void @llvm.lifetime.end(i64 4, i8* %5) #1
- call void @llvm.lifetime.end(i64 4000, i8* %4) #1
- call void @llvm.lifetime.end(i64 4, i8* %3) #1
- call void @llvm.lifetime.end(i64 4000, i8* %2) #1
- call void @llvm.lifetime.end(i64 120, i8* %1) #1
- call void @llvm.lifetime.end(i64 4, i8* %0) #1
+ call void @llvm.lifetime.end.p0i8(i64 4000, i8* %7) #1
+ call void @llvm.lifetime.end.p0i8(i64 4, i8* %6) #1
+ call void @llvm.lifetime.end.p0i8(i64 4, i8* %5) #1
+ call void @llvm.lifetime.end.p0i8(i64 4000, i8* %4) #1
+ call void @llvm.lifetime.end.p0i8(i64 4, i8* %3) #1
+ call void @llvm.lifetime.end.p0i8(i64 4000, i8* %2) #1
+ call void @llvm.lifetime.end.p0i8(i64 120, i8* %1) #1
+ call void @llvm.lifetime.end.p0i8(i64 4, i8* %0) #1
ret void
}
; Function Attrs: nounwind
-declare void @llvm.lifetime.start(i64, i8* nocapture) #1
+declare void @llvm.lifetime.start.p0i8(i64, i8* nocapture) #1
declare i32 @check_a(...) #2
declare i32 @bar1(...) #2
@@ -180,5 +180,5 @@ declare i32 @check_e(...) #2
declare i32 @check_d(...) #2
; Function Attrs: nounwind
-declare void @llvm.lifetime.end(i64, i8* nocapture) #1
+declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) #1