[PM/AA] Extract the interface for GlobalsModRef into a header along with
authorChandler Carruth <chandlerc@gmail.com>
Fri, 14 Aug 2015 03:48:20 +0000 (03:48 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 14 Aug 2015 03:48:20 +0000 (03:48 +0000)
commit0d68ddf6cecc75309dd6a9ee704acadec0b9e51e
treec04de50b46d513d2860f70991a728bebe599beca
parent40e8a59ff94ce23dd05f0584c16b5d16a63677e3
[PM/AA] Extract the interface for GlobalsModRef into a header along with
its creation function.

This required shifting a bunch of method definitions to be out-of-line
so that we could leave most of the implementation guts in the .cpp file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245021 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/GlobalsModRef.h [new file with mode: 0644]
include/llvm/Analysis/Passes.h
include/llvm/LinkAllPasses.h
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp