diff options
Diffstat (limited to 'test/Transforms/Inline/crash-lifetime-marker.ll')
-rw-r--r-- | test/Transforms/Inline/crash-lifetime-marker.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Inline/crash-lifetime-marker.ll b/test/Transforms/Inline/crash-lifetime-marker.ll index e7a594cdb5e43..7196616521e95 100644 --- a/test/Transforms/Inline/crash-lifetime-marker.ll +++ b/test/Transforms/Inline/crash-lifetime-marker.ll @@ -15,9 +15,9 @@ define i32 @callee1(i32 %count) { ; CHECK-LABEL: define i32 @caller1( ; CHECK: [[ALLOCA:%[a-z0-9\.]+]] = alloca i8 -; CHECK-NOT: call void @llvm.lifetime.start( +; CHECK-NOT: call void @llvm.lifetime.start.p0i8( ; CHECK: call i32 @callee2(i8* [[ALLOCA]]) -; CHECK-NOT: call void @llvm.lifetime.end( +; CHECK-NOT: call void @llvm.lifetime.end.p0i8( define i32 @caller1(i32 %count) { %call0 = call i32 @callee1(i32 0) |