We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fb1f2 commit 749c647Copy full SHA for 749c647
Assignment-3/Test3.cpp
@@ -49,7 +49,7 @@ void Test1()
49
delete andersenPTA;
50
SVF::LLVMModuleSet::releaseLLVMModuleSet();
51
SVF::SVFIR::releaseSVFIR();
52
- NodeIDAllocator::unset();
+ SVF::NodeIDAllocator::unset();
53
}
54
55
void Test2()
@@ -66,7 +66,7 @@ void Test2()
66
67
68
69
70
71
72
void Test3()
@@ -82,7 +82,7 @@ void Test3()
82
83
84
85
86
87
void Test()
88
{
0 commit comments