From 884e5ab2f6a12f80cab74380c4f58426b0298a3f Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Mon, 30 Dec 2019 03:00:01 -0600 Subject: [PATCH] Updated path to included header SupportVISC/DFGraph.h --- 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 9234b64bd2..d48aa3aa69 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 "DFGraph/DFGraph.h" +#include "SupportVISC/DFGraph.h" #include "llvm/Pass.h" using namespace llvm; -- GitLab