aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/PgmDependenceGraph.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-28 00:32:33 +0000
committerChris Lattner <sabre@nondot.org>2004-06-28 00:32:33 +0000
commitb88fb055c45193bad7550f22f6879a1e581091de (patch)
treee55711d22627b7503cb6048ce8a12dba6f99b92e /lib/Analysis/DataStructure/PgmDependenceGraph.h
parent1ffa817210bb4608b76134fc09894fa51176c0fa (diff)
Move DependenceGraph.* to lib/Analysis/DataStructure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/PgmDependenceGraph.h')
-rw-r--r--lib/Analysis/DataStructure/PgmDependenceGraph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/PgmDependenceGraph.h b/lib/Analysis/DataStructure/PgmDependenceGraph.h
index 8906682eff..5f7f7d581b 100644
--- a/lib/Analysis/DataStructure/PgmDependenceGraph.h
+++ b/lib/Analysis/DataStructure/PgmDependenceGraph.h
@@ -39,7 +39,6 @@
#ifndef LLVM_ANALYSIS_PGMDEPENDENCEGRAPH_H
#define LLVM_ANALYSIS_PGMDEPENDENCEGRAPH_H
-#include "llvm/Analysis/DependenceGraph.h"
#include "MemoryDepAnalysis.h"
/* #include "llvm/Analysis/PostDominators.h" -- see below */
#include "llvm/Instruction.h"