mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Constify (trivially) ImmutableSet::iterator::getVisitState().
This was probably intended all along. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156318 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd87839a48
commit
e74ba3a46d
@ -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