svf-lib 1.0.2529 → 1.0.2530
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -260,12 +260,7 @@ class ValVar: public SVFVar
|
|
|
260
260
|
|
|
261
261
|
private:
|
|
262
262
|
const ICFGNode* icfgNode; // icfgnode related to valvar
|
|
263
|
-
protected:
|
|
264
263
|
|
|
265
|
-
inline void setICFGNode(const ICFGNode* icfgNode)
|
|
266
|
-
{
|
|
267
|
-
this->icfgNode = icfgNode;
|
|
268
|
-
}
|
|
269
264
|
public:
|
|
270
265
|
/// Methods for support type inquiry through isa, cast, and dyn_cast:
|
|
271
266
|
//@{
|
|
@@ -617,11 +612,6 @@ public:
|
|
|
617
612
|
return icfgNode;
|
|
618
613
|
}
|
|
619
614
|
|
|
620
|
-
inline void setICFGNode(const ICFGNode* node)
|
|
621
|
-
{
|
|
622
|
-
icfgNode = node;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
615
|
/// Return name of a LLVM value
|
|
626
616
|
inline const std::string getValueName() const
|
|
627
617
|
{
|
|
Binary file
|
|
Binary file
|