Skip to content

Commit 7c1c9ce

Browse files
committed
[SILOpt] Disabled DestroyHoisting.
1 parent a6199cf commit 7c1c9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/PassManager/PassPipeline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ llvm::cl::opt<bool> SILDisableLateOMEByDefault(
6767
"Disable late OME for non-transparent functions by default"));
6868

6969
llvm::cl::opt<bool>
70-
EnableDestroyHoisting("enable-destroy-hoisting", llvm::cl::init(true),
70+
EnableDestroyHoisting("enable-destroy-hoisting", llvm::cl::init(false),
7171
llvm::cl::desc("Enable the DestroyHoisting pass."));
7272

7373
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)