Skip to content

Commit f0ebfb1

Browse files
committed
sil-opt: Fix the -disable-sil-ownership-verifier command line option
I messed this up when I worked on the sil-opt command line options.
1 parent fcc367a commit f0ebfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DriverTool/sil_opt_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ struct SILOptOptions {
223223

224224
llvm::cl::opt<bool>
225225
DisableSILOwnershipVerifier = llvm::cl::opt<bool>(
226-
"disable = llvm::cl::opt<bool> DisableSILOwnershipVerifier(-sil-ownership-verifier",
226+
"disable-sil-ownership-verifier",
227227
llvm::cl::desc(
228228
"Do not verify SIL ownership invariants during SIL verification"));
229229

0 commit comments

Comments
 (0)