From 16880ed613e84dcbe9d2dc3d694dfb84963557f5 Mon Sep 17 00:00:00 2001 From: jumormt Date: Tue, 22 Oct 2024 16:59:48 +1100 Subject: [PATCH] sync with SVF --- Assignment-4/Test4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assignment-4/Test4.cpp b/Assignment-4/Test4.cpp index 7baeb37..5eafce9 100644 --- a/Assignment-4/Test4.cpp +++ b/Assignment-4/Test4.cpp @@ -29,7 +29,7 @@ #include "SVF-LLVM/LLVMUtil.h" #include "SVF-LLVM/SVFIRBuilder.h" -#include "Graphs/CallGraph.h" +#include "Graphs/PTACallGraph.h" #include "Util/Options.h" #include "Util/CommandLine.h"