File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ struct Int {
14
14
}
15
15
16
16
enum E {
17
- case A
18
- case B
19
- case C
17
+ case A
18
+ case B
19
+ case C
20
20
}
21
21
22
22
class Base { }
@@ -38,7 +38,6 @@ sil @foo_init : $@convention(thin) (@thick foo.Type) -> @owned foo
38
38
// CHECK: (0): %12 = argument of bb3 : $foo
39
39
// CHECK: NoAlias
40
40
sil hidden @silargument_alias_check : $@convention(thin) (Bool) -> () {
41
- // %0 // users: %1, %2
42
41
bb0(%0 : $Bool):
43
42
%1 = alloc_ref $foo
44
43
%2 = struct_extract %0 : $Bool, #Bool._value // user: %3
@@ -56,7 +55,6 @@ bb2: // Preds: bb0
56
55
%10 = apply %8(%9) : $@convention(thin) (@thick foo.Type) -> @owned foo // user: %11
57
56
br bb3(%10 : $foo) // id: %11
58
57
59
- // %12 // users: %13, %16, %19, %20
60
58
bb3(%12 : $foo): // Preds: bb1 bb2
61
59
strong_retain %12 : $foo // id: %13
62
60
%14 = integer_literal $Builtin.Int64, 12 // user: %15
@@ -99,7 +97,6 @@ bb4: // Preds: bb2
99
97
%16 = integer_literal $Builtin.Int64, 3 // user: %17
100
98
br bb5(%16 : $Builtin.Int64) // id: %17
101
99
102
- // %18 // user: %19
103
100
bb5(%18 : $Builtin.Int64): // Preds: bb1 bb3 bb4
104
101
return %18 : $Builtin.Int64 // id: %19
105
102
}
You can’t perform that action at this time.
0 commit comments