1 // RUN: %clang_cc1 %s -triple x86_64-unknown-linux-gnu -emit-llvm -fextend-variable-liveness -o - | FileCheck %s --implicit-check-not=llvm.fake.use
2 // Check that fake use calls are emitted at the correct locations, i.e.
3 // at the end of lexical blocks and at the end of the function.
10 // CHECK-LABEL: define{{.*}}foo
17 // CHECK: call void (...) @llvm.fake.use(float %
18 // CHECK-NEXT: br label %
21 // CHECK: call void (...) @llvm.fake.use(i8 %
22 // CHECK-NEXT: br label %
24 // CHECK: call void (...) @llvm.fake.use(i32 %
29 // CHECK: declare void @llvm.fake.use(...)