Skip to content

Commit 7fa18f3

Browse files
authored
Merge pull request #4170 from trentxintong/LoopARC
Temporarily disable LoopARC.
2 parents 050e4cb + 5b70530 commit 7fa18f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/ARC/ARCSequenceOpts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ using namespace swift;
3838

3939
STATISTIC(NumRefCountOpsRemoved, "Total number of increments removed");
4040

41-
llvm::cl::opt<bool> EnableLoopARC("enable-loop-arc", llvm::cl::init(true));
41+
llvm::cl::opt<bool> EnableLoopARC("enable-loop-arc", llvm::cl::init(false));
4242

4343
//===----------------------------------------------------------------------===//
4444
// Code Motion

0 commit comments

Comments
 (0)