Skip to content

Commit 5c1cc58

Browse files
Update SanitizerCoverage.cpp
1 parent 7c771b7 commit 5c1cc58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ class ModuleSanitizerCoverage {
246246
ArrayRef<Instruction *> SwitchTraceTargets,
247247
Value *&FunctionGateCmp);
248248
bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks,
249-
Value *&FunctionGateCmp,
250-
bool IsLeafFunc);
249+
Value *&FunctionGateCmp, bool IsLeafFunc);
251250
GlobalVariable *CreateFunctionLocalArrayInSection(size_t NumElements,
252251
Function &F, Type *Ty,
253252
const char *Section);

0 commit comments

Comments
 (0)