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 f81f7f9 commit 901d30dCopy full SHA for 901d30d
test/SILOptimizer/ossa_lifetime_completion.sil
@@ -1,4 +1,10 @@
1
-// RUN: %target-sil-opt -enable-ossa-complete-lifetimes -test-runner -sil-disable-input-verify %s -o /dev/null 2>&1 | %FileCheck %s
+// RUN: %target-sil-opt \
2
+// RUN: -test-runner \
3
+// RUN: -enable-ossa-complete-lifetimes \
4
+// RUN: %s \
5
+// RUN: -sil-disable-input-verify \
6
+// RUN: -o /dev/null \
7
+// RUN: 2>&1 | %FileCheck %s
8
9
sil_stage raw
10
0 commit comments