diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index 8bb87dd434a..a7722e893f0 100644 --- a/lib/Bytecode/Writer/SlotCalculator.h +++ b/lib/Bytecode/Writer/SlotCalculator.h @@ -22,7 +22,6 @@ #include "llvm/ADT/DenseMap.h" #include -#include namespace llvm { @@ -53,7 +52,7 @@ class SlotCalculator { typedef DenseMap NodeMapType; NodeMapType NodeMap; - typedef std::map TypeMapType; + typedef DenseMap TypeMapType; TypeMapType TypeMap; /// ConstantStrings - If we are indexing for a bytecode file, this keeps track