mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +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:
parent
27a8907a7c
commit
4284b7c63c
@ -106,7 +106,7 @@ namespace llvm {
|
||||
/// back to the bucket to facilitate node removal.
|
||||
///
|
||||
class FoldingSetImpl {
|
||||
private:
|
||||
protected:
|
||||
/// Buckets - Array of bucket chains.
|
||||
///
|
||||
void **Buckets;
|
||||
|
Loading…
Reference in New Issue
Block a user