aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ImmutableMap.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-02-20 22:20:18 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-02-20 22:20:18 +0000
commit862ad597f2bbba8f703b24784a04d44aa9abe0e9 (patch)
treeb8bcb623c4e5d2c65ede773869d5a14e168b1324 /include/llvm/ADT/ImmutableMap.h
parentc56ba0f915d517a461d2995268746103b2e17306 (diff)
downloadexternal_llvm-862ad597f2bbba8f703b24784a04d44aa9abe0e9.zip
external_llvm-862ad597f2bbba8f703b24784a04d44aa9abe0e9.tar.gz
external_llvm-862ad597f2bbba8f703b24784a04d44aa9abe0e9.tar.bz2
Fixed lint errors:
* Alphabetized #includes * Removed trailing whitespace * Wrapped or shortened lines over 80 chars git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/ImmutableMap.h')
-rw-r--r--include/llvm/ADT/ImmutableMap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ADT/ImmutableMap.h b/include/llvm/ADT/ImmutableMap.h
index 1b1014e..07cdb56 100644
--- a/include/llvm/ADT/ImmutableMap.h
+++ b/include/llvm/ADT/ImmutableMap.h
@@ -18,8 +18,8 @@
namespace llvm {
-/// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first and
-/// second elements in a pair are used to generate profile information,
+/// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
+/// and second elements in a pair are used to generate profile information,
/// only the first element (the key) is used by isEqual and isLess.
template <typename T, typename S>
struct ImutKeyValueInfo {