mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Constify (trivially) ImmutableSet::iterator::getVisitState().
This was probably intended all along. llvm-svn: 156318
This commit is contained in:
parent
d92280013d
commit
7d6fc98ccf
@ -667,7 +667,7 @@ public:
|
||||
return reinterpret_cast<TreeTy*>(stack.back() & ~Flags);
|
||||
}
|
||||
|
||||
uintptr_t getVisitState() {
|
||||
uintptr_t getVisitState() const {
|
||||
assert(!stack.empty());
|
||||
return stack.back() & Flags;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user