Skip to content

Commit f8c4c45

Browse files
committed
Reset changes from improperly modified test
1 parent 5d086e7 commit f8c4c45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/SILOptimizer/access_wmo.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
// PRIMARY-LABEL: } // end sil function '$s10access_wmo10readGlobalSiyF'
2828
//
2929
// WMO-LABEL: sil @$s10access_wmo10readGlobalSiyF : $@convention(thin) () -> Int {
30-
// WMO-NOT: global_addr
30+
// WMO: [[G1:%.*]] = global_addr @$s10access_wmo14internalGlobalSivp : $*Int
31+
// WMO: [[A1:%.*]] = begin_access [read] [static] [no_nested_conflict] [[G1]] : $*Int
32+
// WMO: end_access [[A1]] : $*Int
3133
// WMO: [[G2:%.*]] = global_addr @$s10access_wmo12publicGlobalSivp : $*Int
3234
// WMO: [[A2:%.*]] = begin_access [read] [dynamic] [no_nested_conflict] [[G2]] : $*Int
3335
// WMO: end_access [[A2]] : $*Int

0 commit comments

Comments
 (0)