From 51db4afe9bcd9a4ac9feb63fdee0c17b2ff025c5 Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Mon, 30 Dec 2019 02:56:59 -0600
Subject: [PATCH] Update path to included header to DFGraph

---
 llvm/tools/hpvm/include/BuildDFG/BuildDFG.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/tools/hpvm/include/BuildDFG/BuildDFG.h b/llvm/tools/hpvm/include/BuildDFG/BuildDFG.h
index 7d51d32022..9234b64bd2 100644
--- a/llvm/tools/hpvm/include/BuildDFG/BuildDFG.h
+++ b/llvm/tools/hpvm/include/BuildDFG/BuildDFG.h
@@ -16,7 +16,7 @@
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/IntrinsicInst.h"
 #include "llvm/IR/Value.h"
-#include "llvm/IR/DFGraph.h"
+#include "DFGraph/DFGraph.h"
 #include "llvm/Pass.h"
 
 using namespace llvm;
-- 
GitLab