Skip to content

Commit c547fc1

Browse files
committed
wip
1 parent cc4d685 commit c547fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Transforms/PerformanceInliner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ llvm::cl::opt<bool> PrintShortestPathInfo(
2828
llvm::cl::desc("Print shortest-path information for inlining"));
2929

3030
llvm::cl::opt<bool> EnableSILInliningOfGenerics(
31-
"sil-inline-generics", llvm::cl::init(false),
31+
"sil-inline-generics", llvm::cl::init(true),
3232
llvm::cl::desc("Enable inlining of generics"));
3333

3434
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)