Split DenseMapInfo into a separate header file, so that it can be
authorDan Gohman <gohman@apple.com>
Fri, 31 Jul 2009 18:18:19 +0000 (18:18 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 31 Jul 2009 18:18:19 +0000 (18:18 +0000)
commitfb3af88ba75898896714d49c608b8daa4f106636
tree5e60b9011af927cae32ec81cf3e7d9405bd83f23
parentd5f02f65afb532c7a27c88dc0e690b33c228caab
Split DenseMapInfo into a separate header file, so that it can be
included separately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77693 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DenseMapInfo.h [new file with mode: 0644]