Skip to content

Commit 41aef95

Browse files
xymusbeccadax
authored andcommitted
---
yaml --- r: 349452 b: refs/heads/master-next c: e07d512 h: refs/heads/master
1 parent 3e03f93 commit 41aef95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: 28aa25ec118a3f191ba39e90eb35d50ad0ad0dbc
3+
refs/heads/master-next: e07d51236f7550a1de9f732c10b793c8d9552776
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/test/ClangImporter/CoreGraphics_test.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,16 @@ public func testRenames(transform: CGAffineTransform, context: CGContext,
115115

116116
context.clip(to: rect)
117117
context.clip(to: rect, mask: image)
118-
// CHECK: call void @CGContextClipToRect(%struct.CGContext* [[CONTEXT]], %struct.CGRect* byval nonnull align 8 %{{.*}})
119-
// CHECK: call void @CGContextClipToMask(%struct.CGContext* [[CONTEXT]], %struct.CGRect* byval nonnull align 8 %{{.*}}, %struct.CGImage* %{{.*}})
118+
// CHECK: call void @CGContextClipToRect(%struct.CGContext* [[CONTEXT]], %struct.CGRect* nonnull byval align 8 %{{.*}})
119+
// CHECK: call void @CGContextClipToMask(%struct.CGContext* [[CONTEXT]], %struct.CGRect* nonnull byval align 8 %{{.*}}, %struct.CGImage* %{{.*}})
120120

121121
var slice = CGRect.zero
122122
var remainder = CGRect.zero
123123
rect.__divided(slice: &slice, remainder: &remainder, atDistance: CGFloat(2.0),
124124
from: edge)
125125
assert((slice, remainder) == rect.divided(atDistance: CGFloat(2.0),
126126
from: edge))
127-
// CHECK: call void @CGRectDivide(%struct.CGRect* byval nonnull align 8 %{{.*}}, %struct.CGRect* nonnull %{{.*}}, %struct.CGRect* nonnull %{{.*}}, double {{2\.0+.*}}, i32 %{{.*}})
127+
// CHECK: call void @CGRectDivide(%struct.CGRect* nonnull byval align 8 %{{.*}}, %struct.CGRect* nonnull %{{.*}}, %struct.CGRect* nonnull %{{.*}}, double {{2\.0+.*}}, i32 %{{.*}})
128128
//
129129
// CHECK: ret void
130130
}

0 commit comments

Comments
 (0)