Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jumormt committed Dec 16, 2024
1 parent 631301c commit 4aa06cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion svf/lib/Util/SVFUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,9 @@ bool SVFUtil::isHeapOriginVar(const SVFVar* var)
return SVFUtil::isa<DummyObjVar, HeapObjVar>(SVFIR::getPAG()->getGNode(gepObjVar->getBaseNode()));
}
return false;
}/**
}

/**
* \brief Check if the given variable originates from the stack.
*
* \param var The variable to check.
Expand Down

0 comments on commit 4aa06cd

Please sign in to comment.