aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 21b07e742d..de6af7d5eb 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() {