aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/ImmutableList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/ADT/ImmutableList.h b/include/llvm/ADT/ImmutableList.h
index 21b07e7..de6af7d 100644
--- a/include/llvm/ADT/ImmutableList.h
+++ b/include/llvm/ADT/ImmutableList.h
@@ -191,10 +191,10 @@ public:
}
};
-//===----------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===//
// Partially-specialized Traits.
-//===----------------------------------------------------------------------===//
-
+//===----------------------------------------------------------------------===//
+
template<typename T> struct DenseMapInfo;
template<typename T> struct DenseMapInfo<ImmutableList<T> > {
static inline ImmutableList<T> getEmptyKey() {