Make MBBMap a DenseMap instead of a std::map.
authorDan Gohman <gohman@apple.com>
Sat, 23 Aug 2008 02:44:46 +0000 (02:44 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 23 Aug 2008 02:44:46 +0000 (02:44 +0000)
commit6ecf50908c78aae0feff1c378fbb75dcf013ed21
treec87725f04aecc9c390b292c96b886302d38ee11b
parentf350b277f32d7d47f86c0e54f4aec4d470500618
Make MBBMap a DenseMap instead of a std::map.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55220 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp