Skip to content

Commit a7ffe71

Browse files
rootkerbowa
authored andcommitted
Fix some insert pt related bugs
Change-Id: If81d902530e427ec9e797f7d9e2d33dd68c3b198
1 parent 5ace3c1 commit a7ffe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/RegAllocGreedy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ static cl::opt<bool> ForceLocalAssignment(
136136
"force-local-assignment",
137137
cl::desc("Force allocation order of local live ranges, such that "
138138
"shorter local live ranges will tend to be allocated first"),
139-
cl::Hidden);
139+
cl::init(false), cl::Hidden);
140140

141141
static cl::opt<unsigned> SplitThresholdForRegWithHint(
142142
"split-threshold-for-reg-with-hint",

0 commit comments

Comments
 (0)