diff options
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/DependenceGraph.h')
-rw-r--r-- | llvm/lib/Analysis/DataStructure/DependenceGraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DataStructure/DependenceGraph.h b/llvm/lib/Analysis/DataStructure/DependenceGraph.h index 679ecd7d135..520b0085282 100644 --- a/llvm/lib/Analysis/DataStructure/DependenceGraph.h +++ b/llvm/lib/Analysis/DataStructure/DependenceGraph.h @@ -24,7 +24,7 @@ #ifndef LLVM_ANALYSIS_DEPENDENCEGRAPH_H #define LLVM_ANALYSIS_DEPENDENCEGRAPH_H -#include "Support/hash_map" +#include "llvm/ADT/hash_map" #include <cassert> #include <iosfwd> #include <utility> |