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 | 788e39687ed1240516f3a5ef7582d79944c49332 (patch) | |
| tree | ff74d5777755e662ee6c65b6ccc79ff227e3bee2 | |
| parent | 625c6f79b2bfe8e5a8cc5650302030ae0268a466 (diff) | |
| download | bcm5719-llvm-788e39687ed1240516f3a5ef7582d79944c49332.tar.gz bcm5719-llvm-788e39687ed1240516f3a5ef7582d79944c49332.zip | |
Fix 80-column violation.
llvm-svn: 59385
| -rw-r--r-- | llvm/include/llvm/ADT/ImmutableList.h | 6 |
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() { |

