Skip to content

Commit 84eda1b

Browse files
committed
[𝘀𝗽𝗿] initial version
Created using spr 1.3.4
1 parent beff2ba commit 84eda1b

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)