mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-13 17:06:15 +00:00
[sanitizer-coverage] use IRB.SetCurrentDebugLocation after IRB.SetInsertPoint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288568 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5bfd3196df
commit
4732785cea
@ -705,8 +705,8 @@ void SanitizerCoverageModule::InjectCoverageAtBlock(Function &F, BasicBlock &BB,
|
|||||||
GuardLoad, Constant::getNullValue(GuardLoad->getType()));
|
GuardLoad, Constant::getNullValue(GuardLoad->getType()));
|
||||||
auto Ins = SplitBlockAndInsertIfThen(
|
auto Ins = SplitBlockAndInsertIfThen(
|
||||||
Cmp, &*IP, false, MDBuilder(*C).createBranchWeights(1, 100000));
|
Cmp, &*IP, false, MDBuilder(*C).createBranchWeights(1, 100000));
|
||||||
IRB.SetCurrentDebugLocation(EntryLoc);
|
|
||||||
IRB.SetInsertPoint(Ins);
|
IRB.SetInsertPoint(Ins);
|
||||||
|
IRB.SetCurrentDebugLocation(EntryLoc);
|
||||||
}
|
}
|
||||||
IRB.CreateCall(SanCovTracePCGuard, GuardPtr);
|
IRB.CreateCall(SanCovTracePCGuard, GuardPtr);
|
||||||
IRB.CreateCall(EmptyAsm, {}); // Avoids callback merge.
|
IRB.CreateCall(EmptyAsm, {}); // Avoids callback merge.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user