diff options
Diffstat (limited to 'llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h')
-rw-r--r-- | llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h b/llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h index 23a9d93a6eb..02d5c0531bb 100644 --- a/llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h +++ b/llvm/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h @@ -35,7 +35,7 @@ #ifndef FUNCTION_LIVE_VAR_INFO_H #define FUNCTION_LIVE_VAR_INFO_H -#include "Support/hash_map" +#include "llvm/ADT/hash_map" #include "llvm/Pass.h" #include "llvm/CodeGen/ValueSet.h" |