diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-16 04:14:33 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-11-16 04:14:33 +0000 |
commit | 2c228834fc226619c25a678394bab73dd1b1f85d (patch) | |
tree | 4675669f17a17d9e9f52b37fe2864726531679a0 /include | |
parent | d72a81ee647b4474e2d1307335e520b871666507 (diff) | |
download | external_llvm-2c228834fc226619c25a678394bab73dd1b1f85d.zip external_llvm-2c228834fc226619c25a678394bab73dd1b1f85d.tar.gz external_llvm-2c228834fc226619c25a678394bab73dd1b1f85d.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.h | 6 |
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() { |