Skip to content

Commit ae01e3a

Browse files
authored
[nfc][sancov] Remove unnecessary default argument (llvm#117463)
1 parent 1a2cc2b commit ae01e3a

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
@@ -254,7 +254,7 @@ class ModuleSanitizerCoverage {
254254
Instruction *I);
255255
Value *CreateFunctionLocalGateCmp(IRBuilder<> &IRB);
256256
void InjectCoverageAtBlock(Function &F, BasicBlock &BB, size_t Idx,
257-
Value *&FunctionGateCmp, bool IsLeafFunc = true);
257+
Value *&FunctionGateCmp, bool IsLeafFunc);
258258
Function *CreateInitCallsForSections(Module &M, const char *CtorName,
259259
const char *InitFunctionName, Type *Ty,
260260
const char *Section);

0 commit comments

Comments
 (0)