Skip to content

Commit aa5195a

Browse files
authored
Remove unneeded CHECK in type-classification-non-trivial-irgen. (#33474)
This CHECK line didn't use an alias, so it caused the CI to fail. It turns out the CHECK line isn't actually needed.
1 parent 70441d1 commit aa5195a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Interop/Cxx/class/type-classification-non-trivial-irgen.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public func testStructWithCopyConstructorAndValue() -> Bool {
2929
// CHECK: [[MEMBER_ELEMENT:%.*]] = getelementptr inbounds %TSo33StructWithCopyConstructorAndValueV, %TSo33StructWithCopyConstructorAndValueV* [[MEMBER]], i32 0, i32 0
3030
// CHECK: [[MEMBER_VALUE:%.*]] = getelementptr inbounds %Ts5Int32V, %Ts5Int32V* [[MEMBER_ELEMENT]], i32 0, i32 0
3131
// CHECK: store i32 42, i32* [[MEMBER_VALUE]]
32-
// CHECK: %obj.member = getelementptr inbounds %TSo42StructWithSubobjectCopyConstructorAndValueV, %TSo42StructWithSubobjectCopyConstructorAndValueV* [[OBJ]], i32 0, i32 0
3332
// CHECK: [[TEMP_MEMBER:%.*]] = getelementptr inbounds %TSo33StructWithCopyConstructorAndValueV, %TSo33StructWithCopyConstructorAndValueV* [[TMP]], i32 0, i32 0
3433
// CHECK: [[TEMP_MEMBER_VALUE:%.*]] = getelementptr inbounds %Ts5Int32V, %Ts5Int32V* [[TEMP_MEMBER]], i32 0, i32 0
3534
// CHECK: [[LHS:%.*]] = load i32, i32* [[TEMP_MEMBER_VALUE]]

0 commit comments

Comments
 (0)