mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
[objc-arc-opts] Make IsTrackingImpreciseReleases a const method.
Thanks to Bill Wendling for pointing this out! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184593 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a89594947e
commit
5b3d711240
@ -542,7 +542,7 @@ namespace {
|
|||||||
RRI.IsTailCallRelease = NewValue;
|
RRI.IsTailCallRelease = NewValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsTrackingImpreciseReleases() {
|
bool IsTrackingImpreciseReleases() const {
|
||||||
return RRI.ReleaseMetadata != 0;
|
return RRI.ReleaseMetadata != 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user