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.
2 parents 050e4cb + 5b70530 commit 7fa18f3Copy full SHA for 7fa18f3
lib/SILOptimizer/ARC/ARCSequenceOpts.cpp
@@ -38,7 +38,7 @@ using namespace swift;
38
39
STATISTIC(NumRefCountOpsRemoved, "Total number of increments removed");
40
41
-llvm::cl::opt<bool> EnableLoopARC("enable-loop-arc", llvm::cl::init(true));
+llvm::cl::opt<bool> EnableLoopARC("enable-loop-arc", llvm::cl::init(false));
42
43
//===----------------------------------------------------------------------===//
44
// Code Motion
0 commit comments