1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Changed access control within FoldingSet for some ivars from "private"

to "protected".  This allows iterators to work.

llvm-svn: 43559
This commit is contained in:
Ted Kremenek 2007-10-31 17:12:47 +00:00
parent 27a8907a7c
commit 4284b7c63c

View File

@ -106,7 +106,7 @@ namespace llvm {
/// back to the bucket to facilitate node removal. /// back to the bucket to facilitate node removal.
/// ///
class FoldingSetImpl { class FoldingSetImpl {
private: protected:
/// Buckets - Array of bucket chains. /// Buckets - Array of bucket chains.
/// ///
void **Buckets; void **Buckets;