diff options
Diffstat (limited to 'test/CodeGen/PowerPC/tail-dup-branch-to-fallthrough.ll')
-rw-r--r-- | test/CodeGen/PowerPC/tail-dup-branch-to-fallthrough.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/PowerPC/tail-dup-branch-to-fallthrough.ll b/test/CodeGen/PowerPC/tail-dup-branch-to-fallthrough.ll index 5d03af801fc6..0b1014571613 100644 --- a/test/CodeGen/PowerPC/tail-dup-branch-to-fallthrough.ll +++ b/test/CodeGen/PowerPC/tail-dup-branch-to-fallthrough.ll @@ -3,7 +3,7 @@ target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu" ; Function Attrs: nounwind -declare void @llvm.lifetime.end(i64, i8* nocapture) #0 +declare void @llvm.lifetime.end.p0i8(i64, i8* nocapture) #0 declare void @f1() declare void @f2() @@ -54,11 +54,11 @@ if.else: ; preds = %sw.default br label %dup2 dup1: ; preds = %sw.0, %sw.1 - call void @llvm.lifetime.end(i64 8, i8* nonnull undef) #0 + call void @llvm.lifetime.end.p0i8(i64 8, i8* nonnull undef) #0 unreachable dup2: ; preds = %if.then, %if.else - call void @llvm.lifetime.end(i64 8, i8* nonnull undef) #0 + call void @llvm.lifetime.end.p0i8(i64 8, i8* nonnull undef) #0 unreachable } |