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 49c8b58 commit 748af7aCopy full SHA for 748af7a
test/SILOptimizer/allocbox_to_stack_noncopyable.sil
@@ -1,4 +1,4 @@
1
-// RUN: %target-sil-opt -enable-experimental-move-only -enable-sil-verify-all %s -allocbox-to-stack -enable-copy-propagation=requested-passes-only -enable-lexical-borrow-scopes=false | %FileCheck %s
+// RUN: %target-sil-opt -enable-experimental-move-only -enable-sil-verify-all %s -allocbox-to-stack -enable-copy-propagation=requested-passes-only | %FileCheck %s
2
3
sil_stage raw
4
@@ -159,4 +159,4 @@ bb2:
159
bb3:
160
%30 = tuple ()
161
return %30 : $()
162
-}
+}
0 commit comments