aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commit01c33bb893ed8c2f0e6535bdf1ef0153c2346ee3 (patch)
tree4675669f17a17d9e9f52b37fe2864726531679a0 /include
parenta0f01ec3e8de1ec475bb80550e207f5b541d9ada (diff)
downloadexternal_llvm-01c33bb893ed8c2f0e6535bdf1ef0153c2346ee3.zip
external_llvm-01c33bb893ed8c2f0e6535bdf1ef0153c2346ee3.tar.gz
external_llvm-01c33bb893ed8c2f0e6535bdf1ef0153c2346ee3.tar.bz2
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')
-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() {