summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ImmutableList.h
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2008-11-16 04:14:33 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2008-11-16 04:14:33 +0000
commit2c228834fc226619c25a678394bab73dd1b1f85d (patch)
tree4675669f17a17d9e9f52b37fe2864726531679a0 /include/llvm/ADT/ImmutableList.h
parentd72a81ee647b4474e2d1307335e520b871666507 (diff)
downloadllvm-2c228834fc226619c25a678394bab73dd1b1f85d.tar.gz
llvm-2c228834fc226619c25a678394bab73dd1b1f85d.tar.bz2
llvm-2c228834fc226619c25a678394bab73dd1b1f85d.tar.xz
Fix 80-column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/ImmutableList.h')
-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() {