File tree 2 files changed +3
-3
lines changed
lib/SILOptimizer/Transforms
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2665,7 +2665,7 @@ namespace swift::test {
2665
2665
// / Dumps:
2666
2666
// / - nothing
2667
2667
static FunctionTest SimplifyCFGSimplifyTermWithIdenticalDestBlocks (
2668
- " simplify-cfg-simplify-term-with-identical-dest-blocks " ,
2668
+ " simplify_cfg_simplify_term_with_identical_dest_blocks " ,
2669
2669
[](auto &function, auto &arguments, auto &test) {
2670
2670
auto *passToRun = cast<SILFunctionTransform>(createSimplifyCFG ());
2671
2671
passToRun->injectPassManager (test.getPassManager ());
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ enum E1<T> {
58
58
// CHECK-LABEL: } // end sil function 'test_simplify_term_with_identical_dest_blocks1'
59
59
sil [ossa] @test_simplify_term_with_identical_dest_blocks1 : $@convention(thin) (@owned Klass) -> () {
60
60
bb0(%0 : @owned $Klass):
61
- specify_test "simplify-cfg-simplify-term-with-identical-dest-blocks @block[0]"
61
+ specify_test "simplify_cfg_simplify_term_with_identical_dest_blocks @block[0]"
62
62
%1 = begin_borrow %0 : $Klass
63
63
br bb1(%1 : $Klass)
64
64
@@ -79,7 +79,7 @@ bb2(%5 : @guaranteed $Klass):
79
79
// CHECK-LABEL: } // end sil function 'test_simplify_term_with_identical_dest_blocks2'
80
80
sil [ossa] @test_simplify_term_with_identical_dest_blocks2 : $@convention(thin) (@owned Klass) -> () {
81
81
bb0(%0 : @owned $Klass):
82
- specify_test "simplify-cfg-simplify-term-with-identical-dest-blocks @block[0]"
82
+ specify_test "simplify_cfg_simplify_term_with_identical_dest_blocks @block[0]"
83
83
br bb1(%0 : $Klass)
84
84
85
85
bb1(%3 : @owned $Klass):
You can’t perform that action at this time.
0 commit comments