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 2d26823 commit a4f7d17Copy full SHA for a4f7d17
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