1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Fix 80-column violation.

llvm-svn: 59385
This commit is contained in:
Zhongxing Xu 2008-11-16 04:14:33 +00:00
parent 1cddd8346f
commit b62b5ce749

View File

@ -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() {