Skip to content

Commit d1ef223

Browse files
Update lib/PhasarLLVM/ControlFlow/LLVMBasedICFG.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9468653 commit d1ef223

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/PhasarLLVM/ControlFlow/LLVMBasedICFG.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,8 @@ unsigned LLVMBasedICFG::getNumOfEdges() const {
12711271

12721272
const llvm::Function *
12731273
LLVMBasedICFG::getRegisteredDtorsCallerOrNull(const llvm::Module *Mod) {
1274-
if (auto It = GlobalRegisteredDtorsCaller.find(Mod); It != GlobalRegisteredDtorsCaller.end()) {
1274+
if (auto It = GlobalRegisteredDtorsCaller.find(Mod);
1275+
It != GlobalRegisteredDtorsCaller.end()) {
12751276
return It->second;
12761277
}
12771278

0 commit comments

Comments
 (0)