summaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/PgmDependenceGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analysis/DataStructure/PgmDependenceGraph.h')
-rw-r--r--lib/Analysis/DataStructure/PgmDependenceGraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/PgmDependenceGraph.h b/lib/Analysis/DataStructure/PgmDependenceGraph.h
index 5f7f7d581b..ec6f927a7e 100644
--- a/lib/Analysis/DataStructure/PgmDependenceGraph.h
+++ b/lib/Analysis/DataStructure/PgmDependenceGraph.h
@@ -43,7 +43,7 @@
/* #include "llvm/Analysis/PostDominators.h" -- see below */
#include "llvm/Instruction.h"
#include "llvm/Pass.h"
-#include "Support/iterator"
+#include "llvm/ADT/iterator"
namespace llvm {