[objc-arc-opts] Make IsTrackingImpreciseReleases a const method.

Thanks to Bill Wendling for pointing this out!

llvm-svn: 184593
This commit is contained in:
Michael Gottesman 2013-06-21 20:52:49 +00:00
parent 0fd064c1be
commit 9799cf7fb3
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ namespace {
RRI.IsTailCallRelease = NewValue;
}
bool IsTrackingImpreciseReleases() {
bool IsTrackingImpreciseReleases() const {
return RRI.ReleaseMetadata != 0;
}