File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed 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