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:
parent
27a8907a7c
commit
4284b7c63c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user