We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b63903 commit 79189bcCopy full SHA for 79189bc
llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
@@ -820,8 +820,8 @@ Value *ModuleSanitizerCoverage::CreateFunctionLocalGateCmp(IRBuilder<> &IRB) {
820
821
Instruction *ModuleSanitizerCoverage::CreateGateBranch(Function &F,
822
Value *&FunctionGateCmp,
823
- Instruction *IP) {
824
- if (!FunctionGateCmp) {
+ Instruction *IP) {
+ if (!FunctionGateCmp) {
825
// Create this in the entry block
826
BasicBlock &BB = F.getEntryBlock();
827
BasicBlock::iterator IP = BB.getFirstInsertionPt();
0 commit comments