Skip to content

Commit 11fca5a

Browse files
fhahnyuxuanchen1997
authored andcommitted
[TBAA] Remove remaining entry BB in check lines for tbaa-pointers.c (2)
Summary: Missed out of 47c08fb. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251444
1 parent 5b1afd6 commit 11fca5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/test/CodeGen/tbaa-pointers.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ void p4char_const1(const char ****ptr) {
9191
void p4char_const2(const char **const **ptr) {
9292
// COMMON-LABEL: define void @p4char_const2(
9393
// COMMON-SAME: ptr noundef [[PTR:%.+]])
94-
// COMMON-NEXT: entry:
95-
// COMMON-NEXT: [[PTR_ADDR:%.+]] = alloca ptr, align 8
94+
// COMMON: [[PTR_ADDR:%.+]] = alloca ptr, align 8
9695
// ENABLED-NEXT: store ptr [[PTR]], ptr [[PTR_ADDR]], align 8, !tbaa [[P4CHAR_0]]
9796
// ENABLED-NEXT: [[BASE_0:%.+]] = load ptr, ptr [[PTR_ADDR]], align 8, !tbaa [[P4CHAR_0]]
9897
// ENABLED-NEXT: [[BASE_1:%.+]] = load ptr, ptr [[BASE_0]], align 8, !tbaa [[P3CHAR_0]]

0 commit comments

Comments
 (0)