Skip to content

Commit c636c35

Browse files
committed
Fix clang test
1 parent 0466eab commit c636c35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CodeGenCXX/auto-var-init.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,7 @@ TEST_UNINIT(base, base);
13421342
// ZERO-O1-NOT: !annotation
13431343

13441344
TEST_BRACES(base, base);
1345+
// ZERO-LABEL: @test_base_braces()
13451346
// CHECK-LABEL: @test_base_braces()
13461347
// CHECK: %braces = alloca %struct.base, align [[ALIGN:[0-9]*]]
13471348
// CHECK-NEXT: call void @llvm.memset{{.*}}(ptr align [[ALIGN]] %{{.*}}, i8 0, i64 8, i1 false)

0 commit comments

Comments
 (0)