File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: ca86c7946ddb43b8976e56d32dad70568d803e54
2
+ refs/heads/master: ae1ce11882014be931bfe0e95517ac5c9c83b676
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -35,14 +35,13 @@ func run_ReversedArray(_ N: Int) {
35
35
// TEST2: Hoist and Sink pairs attempt
36
36
// TEST2: Hoisted
37
37
38
- // FIXME: <rdar://problem/45931225> Re-enable the below
39
- //
40
- // xTESTSIL-LABEL: sil @$s16licm_exclusivity20count_unicodeScalarsyySS17UnicodeScalarViewVF : $@convention(thin) (@guaranteed String.UnicodeScalarView) -> () {
41
- // xTESTSIL: bb0(%0 : $String.UnicodeScalarView)
42
- // xTESTSIL-NEXT: %1 = global_addr @$s16licm_exclusivity5countSivp : $*Int
43
- // xTESTSIL: begin_access [modify] [dynamic] [no_nested_conflict] %1 : $*Int
44
- // xTESTSIL: end_access
45
- // xTESTSIL: return
38
+ // TESTSIL-LABEL: sil @$s16licm_exclusivity20count_unicodeScalarsyySS17UnicodeScalarViewVF : $@convention(thin) (@guaranteed String.UnicodeScalarView) -> () {
39
+ // TESTSIL: bb0(%0 : $String.UnicodeScalarView)
40
+ // TESTSIL: bb5:
41
+ // TESTSIL-NEXT: [[A1:%.*]] = global_addr @$s16licm_exclusivity5countSivp : $*Int
42
+ // TESTSIL: begin_access [modify] [dynamic] [no_nested_conflict] [[A1]] : $*Int
43
+ // TESTSIL: end_access
44
+ // TESTSIL: return
46
45
var count : Int = 0
47
46
public func count_unicodeScalars( _ s: String . UnicodeScalarView ) {
48
47
for _ in s {
You can’t perform that action at this time.
0 commit comments