summaryrefslogtreecommitdiffstats
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
commit788e39687ed1240516f3a5ef7582d79944c49332 (patch)
treeff74d5777755e662ee6c65b6ccc79ff227e3bee2
parent625c6f79b2bfe8e5a8cc5650302030ae0268a466 (diff)
downloadbcm5719-llvm-788e39687ed1240516f3a5ef7582d79944c49332.tar.gz
bcm5719-llvm-788e39687ed1240516f3a5ef7582d79944c49332.zip
Fix 80-column violation.
llvm-svn: 59385
-rw-r--r--llvm/include/llvm/ADT/ImmutableList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/ADT/ImmutableList.h b/llvm/include/llvm/ADT/ImmutableList.h
index 21b07e742da..de6af7d5eb2 100644
--- a/llvm/include/llvm/ADT/ImmutableList.h
+++ b/llvm/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() {
OpenPOWER on IntegriCloud