From 8bb788d945deb82efc2bcc7cb1f47fc9bd41e954 Mon Sep 17 00:00:00 2001 From: zoecarver Date: Thu, 13 Aug 2020 17:35:16 -0700 Subject: [PATCH] Remove unneeded CHECK in type-classification-non-trivial-irgen. 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. --- .../Cxx/class/type-classification-non-trivial-irgen.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Interop/Cxx/class/type-classification-non-trivial-irgen.swift b/test/Interop/Cxx/class/type-classification-non-trivial-irgen.swift index fcbf32cff73d5..c0a48574a1493 100644 --- a/test/Interop/Cxx/class/type-classification-non-trivial-irgen.swift +++ b/test/Interop/Cxx/class/type-classification-non-trivial-irgen.swift @@ -29,7 +29,6 @@ public func testStructWithCopyConstructorAndValue() -> Bool { // CHECK: [[MEMBER_ELEMENT:%.*]] = getelementptr inbounds %TSo33StructWithCopyConstructorAndValueV, %TSo33StructWithCopyConstructorAndValueV* [[MEMBER]], i32 0, i32 0 // CHECK: [[MEMBER_VALUE:%.*]] = getelementptr inbounds %Ts5Int32V, %Ts5Int32V* [[MEMBER_ELEMENT]], i32 0, i32 0 // CHECK: store i32 42, i32* [[MEMBER_VALUE]] -// CHECK: %obj.member = getelementptr inbounds %TSo42StructWithSubobjectCopyConstructorAndValueV, %TSo42StructWithSubobjectCopyConstructorAndValueV* [[OBJ]], i32 0, i32 0 // CHECK: [[TEMP_MEMBER:%.*]] = getelementptr inbounds %TSo33StructWithCopyConstructorAndValueV, %TSo33StructWithCopyConstructorAndValueV* [[TMP]], i32 0, i32 0 // CHECK: [[TEMP_MEMBER_VALUE:%.*]] = getelementptr inbounds %Ts5Int32V, %Ts5Int32V* [[TEMP_MEMBER]], i32 0, i32 0 // CHECK: [[LHS:%.*]] = load i32, i32* [[TEMP_MEMBER_VALUE]]