[PM/AA] Rework the names and comments in AliasSetTracker to more
authorChandler Carruth <chandlerc@gmail.com>
Mon, 22 Jun 2015 02:12:52 +0000 (02:12 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 22 Jun 2015 02:12:52 +0000 (02:12 +0000)
commitab6ddadac726f8be2fb797c7bac17c03250b0d8e
tree7138532b93fff9c9a82a24326159909946a6c68c
parent2faef9ccb0cb994a84fe400ef33fd75c82c5b959
[PM/AA] Rework the names and comments in AliasSetTracker to more
accurately describe what is being tracked.

While these two enums do track mod/ref information and aliasing
information, they don't represent the exact same things as either the
mod/ref enums or the alias result enum in AA. They're definitions are
dominated by the structure of their lattice and the bit's various
semantics. This patch just calls them what they are and tries to spell
out usefully distinct names for these things.

This will clear the path for using a raw unscoped enum to represent some
of these concepts across LLVM's analysis library.

No functionality changed here.

Differential Revision: http://reviews.llvm.org/D10494

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240254 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/AliasSetTracker.h
lib/Analysis/AliasSetTracker.cpp