1 ; RUN: opt -inline -S < %s | FileCheck %s
2 ; RUN: opt -passes='cgscc(inline)' -S < %s | FileCheck %s
4 declare void @use(i8* %a)
6 define void @helper() {
12 ; Size in llvm.lifetime.X should be 1 (default for i8).
16 ; CHECK: llvm.lifetime.start.p0i8(i64 1
18 ; CHECK: llvm.lifetime.end.p0i8(i64 1