Skip to content

Commit 79ad06c

Browse files
committed
Remove a couple passes from a sil-opt test case.
These are no longer needed to produce the expected results.
1 parent 3976aca commit 79ad06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/devirt_try_apply.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-sil-opt -enable-sil-verify-all %s -sil-combine -devirtualizer -redundant-load-elim -inline | FileCheck %s --check-prefix=CHECK-DEVIRT
1+
// RUN: %target-sil-opt -enable-sil-verify-all %s -devirtualizer -inline | FileCheck %s --check-prefix=CHECK-DEVIRT
22
// RUN: %target-sil-opt -enable-sil-verify-all %s -specdevirt | FileCheck %s --check-prefix=CHECK-SPECDEVIRT
33
// RUN: %target-sil-opt -enable-sil-verify-all %s -mandatory-inlining | FileCheck %s --check-prefix=CHECK-MANDATORY-INLINING
44

0 commit comments

Comments
 (0)