summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/SparseBitVector.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-09-06 08:55:57 +0000
committerDuncan Sands <baldrick@free.fr>2009-09-06 08:55:57 +0000
commit59bf4fcc0680e75b408579064d1205a132361196 (patch)
tree4e81cdb1521beb27c54a0dd1d309d0aacbbbf5af /include/llvm/ADT/SparseBitVector.h
parentb7c5bdf843419e4222770475c27932c4c8e5c303 (diff)
downloadllvm-59bf4fcc0680e75b408579064d1205a132361196.tar.gz
llvm-59bf4fcc0680e75b408579064d1205a132361196.tar.bz2
llvm-59bf4fcc0680e75b408579064d1205a132361196.tar.xz
Public and private corrections, warned about by icc (#304).
Patch by Erick Tryzelaar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/SparseBitVector.h')
-rw-r--r--include/llvm/ADT/SparseBitVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/SparseBitVector.h b/include/llvm/ADT/SparseBitVector.h
index 18a99cb0d8..b7a6873001 100644
--- a/include/llvm/ADT/SparseBitVector.h
+++ b/include/llvm/ADT/SparseBitVector.h
@@ -42,7 +42,7 @@ namespace llvm {
template <unsigned ElementSize = 128>
struct SparseBitVectorElement
- : ilist_node<SparseBitVectorElement<ElementSize> > {
+ : public ilist_node<SparseBitVectorElement<ElementSize> > {
public:
typedef unsigned long BitWord;
enum {