Skip to content

Commit 79189bc

Browse files
Update SanitizerCoverage.cpp
fix spacing...
1 parent 6b63903 commit 79189bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,8 @@ Value *ModuleSanitizerCoverage::CreateFunctionLocalGateCmp(IRBuilder<> &IRB) {
820820

821821
Instruction *ModuleSanitizerCoverage::CreateGateBranch(Function &F,
822822
Value *&FunctionGateCmp,
823-
Instruction *IP) {
824-
if (!FunctionGateCmp) {
823+
Instruction *IP) {
824+
if (!FunctionGateCmp) {
825825
// Create this in the entry block
826826
BasicBlock &BB = F.getEntryBlock();
827827
BasicBlock::iterator IP = BB.getFirstInsertionPt();

0 commit comments

Comments
 (0)