mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Use accessor methods instead.
llvm-svn: 196006
This commit is contained in:
parent
178e2b5358
commit
0f97d98496
@ -538,8 +538,7 @@ namespace {
|
||||
|
||||
void
|
||||
PtrState::Merge(const PtrState &Other, bool TopDown) {
|
||||
Seq = MergeSeqs(static_cast<Sequence>(Seq), static_cast<Sequence>(Other.Seq),
|
||||
TopDown);
|
||||
Seq = MergeSeqs(GetSeq(), Other.GetSeq(), TopDown);
|
||||
KnownPositiveRefCount &= Other.KnownPositiveRefCount;
|
||||
|
||||
// If we're not in a sequence (anymore), drop all associated state.
|
||||
|
Loading…
x
Reference in New Issue
Block a user