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 8f58361 commit 2f0c281Copy full SHA for 2f0c281
test/SILOptimizer/dead_code_elimination.sil
@@ -1,7 +1,5 @@
1
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil -enable-sil-verify-all -dce %s | %FileCheck %s
2
3
-// REQUIRES: rdar34013900
4
-
5
sil_stage canonical
6
7
import Builtin
@@ -59,17 +57,15 @@ bb3:
59
57
return %18 : $()
60
58
}
61
62
-// We currently bail out on functions that have structurally infinite
63
-// loops.
64
// CHECK-LABEL: sil @dead3
65
sil @dead3 : $@convention(thin) () -> () {
66
bb0:
67
// CHECK: bb0
68
br bb1
69
// CHECK: bb1
70
bb1:
71
-// CHECK: integer_literal $Builtin.Int32, 0
72
-// CHECK: br bb1
+// CHECK: bb1:
+// CHECK-NEXT: br bb1
73
%0 = integer_literal $Builtin.Int32, 0
74
75
0 commit comments