| commit | 21dcff799a15ccbcfbf7354d709b58496d4c70aa | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Fri Aug 14 03:48:20 2015 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Fri Aug 14 03:48:20 2015 +0000 |
| tree | 0f5f3f04a946cb33ffbc4d89fde5d5d917dc553a | |
| parent | 9f6211cf261817ef97cd0f4d53d0c7c759d6f168 [diff] |
[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. llvm-svn: 245021