svf-lib 1.0.1333 → 1.0.1334
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.
|
@@ -130,7 +130,7 @@ public:
|
|
|
130
130
|
return reachableBBs;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
inline
|
|
133
|
+
inline void setReachableBBs(BBList& bbs)
|
|
134
134
|
{
|
|
135
135
|
reachableBBs = bbs;
|
|
136
136
|
}
|
|
@@ -1064,7 +1064,7 @@ public:
|
|
|
1064
1064
|
{
|
|
1065
1065
|
return CB->isVarArg();
|
|
1066
1066
|
}
|
|
1067
|
-
|
|
1067
|
+
bool isVirtualCall() const
|
|
1068
1068
|
{
|
|
1069
1069
|
return SVFUtil::isa<SVFVirtualCallInst>(CB);
|
|
1070
1070
|
}
|