Skip to content

Commit

Permalink
fix ass3 4
Browse files Browse the repository at this point in the history
  • Loading branch information
bjjwwang committed Mar 6, 2025
1 parent 02fb1f2 commit 749c647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Assignment-3/Test3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void Test1()
delete andersenPTA;
SVF::LLVMModuleSet::releaseLLVMModuleSet();
SVF::SVFIR::releaseSVFIR();
NodeIDAllocator::unset();
SVF::NodeIDAllocator::unset();
}

void Test2()
Expand All @@ -66,7 +66,7 @@ void Test2()
delete andersenPTA;
SVF::SVFIR::releaseSVFIR();
SVF::LLVMModuleSet::releaseLLVMModuleSet();
NodeIDAllocator::unset();
SVF::NodeIDAllocator::unset();
}

void Test3()
Expand All @@ -82,7 +82,7 @@ void Test3()
SVF::LLVMModuleSet::releaseLLVMModuleSet();
SVF::SVFIR::releaseSVFIR();
delete andersenPTA;
NodeIDAllocator::unset();
SVF::NodeIDAllocator::unset();
}
void Test()
{
Expand Down

0 comments on commit 749c647

Please sign in to comment.