Skip to content

Commit 25fb333

Browse files
change baseObj return type
1 parent 2291cdf commit 25fb333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svf/include/SVFIR/SVFVariables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ class BaseObjVar : public ObjVar
676676
/// Get obj type
677677
const SVFType* getType() const
678678
{
679-
return typeInfo->getType();
679+
return type;
680680
}
681681

682682
/// Get the number of elements of this object

0 commit comments

Comments
 (0)