Skip to content

Commit 0422869

Browse files
authored
Merge pull request #11028 from hnrklssn/eng/PR-156165310
Update nested-struct-member-count-O2.c (NFC)
2 parents e287d31 + 73a8af1 commit 0422869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/BoundsSafety-legacy-checks/CodeGen/nested-struct-member-count-O2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ char access(struct Outer *bar, int index) {
8181
// CHECK: boundscheck.cont:
8282
// CHECK-NEXT: [[LEN31:%.*]] = getelementptr inbounds nuw i8, ptr [[AGG_TEMP1_SROA_0_0_COPYLOAD]], i64 4
8383
// CHECK-NEXT: store i32 [[LEN]], ptr [[LEN31]], align 4, !tbaa {{![0-9]+}}
84-
// CHECK-NEXT: br label [[CONT46]], !annotation {{![0-9]+}}
84+
// CHECK-NEXT: br label [[CONT46]]
8585
// CHECK: cont46:
8686
// CHECK-NEXT: ret ptr [[AGG_TEMP1_SROA_0_0_COPYLOAD]]
8787
//

0 commit comments

Comments
 (0)