summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitf6729a3bccd0da7fc4b2ea1a29baf60d9baf7936 (patch)
tree44801b338186376bad54135f1ca9fbe5dbc16358 /llvm/lib/Analysis/DataStructure/PgmDependenceGraph.cpp
parent81f67f60ec8ce35e9591676c40fad22ad44bf721 (diff)
downloadbcm5719-llvm-f6729a3bccd0da7fc4b2ea1a29baf60d9baf7936.tar.gz
bcm5719-llvm-f6729a3bccd0da7fc4b2ea1a29baf60d9baf7936.zip
Move PgmDependenceGraph.h out of the public include hierarchy
llvm-svn: 14446
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/PgmDependenceGraph.cpp')
-rw-r--r--llvm/lib/Analysis/DataStructure/PgmDependenceGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/PgmDependenceGraph.cpp b/llvm/lib/Analysis/DataStructure/PgmDependenceGraph.cpp
index b861c899478..b52848118cf 100644
--- a/llvm/lib/Analysis/DataStructure/PgmDependenceGraph.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud