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 9e76ee0 + a4f7d17 commit dc80e80Copy full SHA for dc80e80
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