aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/PgmDependenceGraph.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-28 00:20:04 +0000
committerChris Lattner <sabre@nondot.org>2004-06-28 00:20:04 +0000
commit71ef8f7adcbdc4acaa6ed2760d5ebe66859fc7ac (patch)
tree7915a45038555854d7fd0deb582f81b8ab42044a /lib/Analysis/DataStructure/PgmDependenceGraph.cpp
parent6bd555176318e802bfe987ab7d7f34eee45d1423 (diff)
Move PgmDependenceGraph.h out of the public include hierarchy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14446 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/PgmDependenceGraph.cpp')
-rw-r--r--lib/Analysis/DataStructure/PgmDependenceGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/PgmDependenceGraph.cpp b/lib/Analysis/DataStructure/PgmDependenceGraph.cpp
index b861c89947..b52848118c 100644
--- a/lib/Analysis/DataStructure/PgmDependenceGraph.cpp
+++ b/lib/Analysis/DataStructure/PgmDependenceGraph.cpp
@@ -25,7 +25,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Analysis/PgmDependenceGraph.h"
+#include "PgmDependenceGraph.h"
#include "llvm/Analysis/MemoryDepAnalysis.h"
#include "llvm/Analysis/PostDominators.h"
#include "llvm/Function.h"