summaryrefslogtreecommitdiff
path: root/include/Support
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-25 15:08:08 +0000
committerChris Lattner <sabre@nondot.org>2003-07-25 15:08:08 +0000
commit9c37f9c7f2c6b688d9f8acaa7065d2908e1bae6e (patch)
treee0d073028d534aa1ecca005d0cabfe011cad5e5b /include/Support
parent7f90b520b48d4bafe2f481c60f55fa8499969998 (diff)
downloadllvm-9c37f9c7f2c6b688d9f8acaa7065d2908e1bae6e.tar.gz
llvm-9c37f9c7f2c6b688d9f8acaa7065d2908e1bae6e.tar.bz2
llvm-9c37f9c7f2c6b688d9f8acaa7065d2908e1bae6e.tar.xz
Convert to C++ style comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Support')
-rw-r--r--include/Support/hash_map4
-rw-r--r--include/Support/hash_set4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/Support/hash_map b/include/Support/hash_map
index 72d8bf36ba..83480d5205 100644
--- a/include/Support/hash_map
+++ b/include/Support/hash_map
@@ -42,8 +42,8 @@ using HASH_NAMESPACE::hash_map;
using HASH_NAMESPACE::hash_multimap;
using HASH_NAMESPACE::hash;
-/* Include vector because ext/hash_map includes stl_vector.h and leaves
- out specializations like stl_bvector.h, causing link conflicts. */
+// Include vector because ext/hash_map includes stl_vector.h and leaves
+// out specializations like stl_bvector.h, causing link conflicts.
#include <vector>
#include <Support/HashExtras.h>
diff --git a/include/Support/hash_set b/include/Support/hash_set
index 46e75d8b94..e69f719ef8 100644
--- a/include/Support/hash_set
+++ b/include/Support/hash_set
@@ -41,8 +41,8 @@
using HASH_NAMESPACE::hash_set;
using HASH_NAMESPACE::hash;
-/* Include vector because ext/hash_set includes stl_vector.h and leaves
- out specializations like stl_bvector.h, causing link conflicts. */
+// Include vector because ext/hash_set includes stl_vector.h and leaves
+// out specializations like stl_bvector.h, causing link conflicts.
#include <vector>
#include <Support/HashExtras.h>