Skip to content

Commit 5b186a3

Browse files
committed
Fix test.
1 parent 77db8a1 commit 5b186a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGen/partial-reinitialization2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ void test5(void)
9191
// CHECK-LABEL: test6
9292
void test6(void)
9393
{
94-
// CHECK: [[VAR:%[a-z0-9]+]] = alloca
95-
// CHECK: call {{.*}}get456789(ptr {{.*}}sret{{.*}} [[VAR]])
94+
// CHECK: [[LP:%[a-z0-9]+]] = getelementptr{{.*}}%struct.LLP2P2, ptr{{.*}}, i32 0, i32 0
95+
// CHECK: call {{.*}}get456789(ptr {{.*}}sret{{.*}} [[LP]])
9696

9797
// CHECK: [[CALL:%[a-z0-9]+]] = call {{.*}}@get235()
9898
// CHECK: store{{.*}}[[CALL]], {{.*}}[[TMP0:%[a-z0-9.]+]]

0 commit comments

Comments
 (0)