[GMR] Wrap all of the per-function information behind a more strongly
authorChandler Carruth <chandlerc@gmail.com>
Wed, 22 Jul 2015 23:56:31 +0000 (23:56 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 22 Jul 2015 23:56:31 +0000 (23:56 +0000)
commitd9a7d837ded7b171738b53177f7277eb36b1479f
tree8452526a3d525a69fc072bf5ef0f62fcddd26b1c
parent00d14ddf9da369ebfad4b83e5cf13ba1048fc9ba
[GMR] Wrap all of the per-function information behind a more strongly
typed interface as a precursor to rewriting how it is stored.

This way we know that the access paths are controlled and it should be
easy to store these bits in a different way.

No functionality changed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242974 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/IPA/GlobalsModRef.cpp