| commit | 32c52c7e042de55dd6476a0bb6ee3e914c3ead3a | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Sun Jan 18 02:39:37 2015 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Sun Jan 18 02:39:37 2015 +0000 |
| tree | bb447aa31a7587bfc6fbf877cec0f1d89ab53903 | |
| parent | 4da5edbebededc48d9c523a869982f1ebba3e57b [diff] |
[PM] Sink the specific analyses preserved by SplitBlock into its interface, removing Pass from its interface. This also makes those analyses optional so that passes which don't even preserve these (or use them) can skip the logic entirely. llvm-svn: 226394