Skip to content

Commit 215f3dd

Browse files
authored
[nfc][sancov] Remove unnecessary default argument (llvm#117464)
1 parent ae01e3a commit 215f3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class ModuleSanitizerCoverage {
244244
void InjectTraceForSwitch(Function &F,
245245
ArrayRef<Instruction *> SwitchTraceTargets);
246246
bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks,
247-
bool IsLeafFunc = true);
247+
bool IsLeafFunc);
248248
GlobalVariable *CreateFunctionLocalArrayInSection(size_t NumElements,
249249
Function &F, Type *Ty,
250250
const char *Section);

0 commit comments

Comments
 (0)