Remove extra qualification to fix build with g++ after r197076

llvm-svn: 197086
This commit is contained in:
Alp Toker 2013-12-11 22:50:04 +00:00
parent 9e7b3cb024
commit 7afe9908d2

View File

@ -1947,7 +1947,7 @@ struct EditEntry {
}
namespace llvm {
template<> struct llvm::DenseMapInfo<EditEntry> {
template<> struct DenseMapInfo<EditEntry> {
static inline EditEntry getEmptyKey() {
EditEntry Entry;
Entry.Offset = unsigned(-1);