We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8af17 commit 083f3efCopy full SHA for 083f3ef
test/SILOptimizer/canonicalize_ossa_lifetime_unit.sil
@@ -56,12 +56,12 @@ sil [ossa] @retract_value_lifetime_into_access_scope_when_access_scopes_not_resp
56
bb0(%addr : $*C):
57
%instance = apply undef() : $@convention(thin) () -> @owned C
58
debug_value [trace] %instance : $C
59
- // respect access scopes
60
- // VVVV
+ // respect access scopes
+ // VVVV
61
specify_test "canonicalize-ossa-lifetime true false true @trace"
62
specify_test "canonicalize-ossa-lifetime true false false @trace"
63
- // ^^^^^
64
+ // ^^^^^
65
%copy = copy_value %instance : $C
66
%access = begin_access [modify] [static] %addr : $*C
67
store %copy to [init] %access : $*C
0 commit comments