Skip to content

Commit 9a955fd

Browse files
committed
Address comments from nocchijiang
1 parent 0515e21 commit 9a955fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CGData/StableFunctionMap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static cl::opt<double> GlobalMergingInstOverhead(
4444
"global-merging-inst-overhead",
4545
cl::desc("The overhead cost associated with each instruction when lowering "
4646
"to machine instruction."),
47-
cl::init(1.0), cl::Hidden);
47+
cl::init(1.2), cl::Hidden);
4848
static cl::opt<double> GlobalMergingParamOverhead(
4949
"global-merging-param-overhead",
5050
cl::desc("The overhead cost associated with each parameter when merging "

0 commit comments

Comments
 (0)