Skip to content

Commit c13c66c

Browse files
committed
Changes for #SR-9413:Swift 5.0 test failures on PowerPC swiftlang#21541
1 parent c1612c7 commit c13c66c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/ClangImporter/inlinable_bitfields.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ public func g(_ m: MM) -> UInt32 {
1010

1111
// Just make sure this is a definition and not a declaration...
1212

13-
// CHECK: define internal zeroext i32 @"$ModRM$rm$getter"
13+
// CHECK: define internal{{( zeroext)?}} i32 @"$ModRM$rm$getter"

test/IRGen/objc_simd.sil

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: CPU=powerpc64le
21
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -emit-ir %s | %FileCheck %s --check-prefix=%target-cpu
32

43
import Swift

0 commit comments

Comments
 (0)