commit | 4a2d58e16acc5badae6e75aa6fd6fe9bd916b32d | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Mon Oct 15 09:34:05 2018 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Mon Oct 15 09:34:05 2018 +0000 |
tree | 1dc5b48e3091a86dd5eb96d702b04b7b58605903 | |
parent | f21ce5df774dd185112ab6bd9e92912dcdf27804 [diff] |
[TI removal] Remove `TerminatorInst` from BasicBlockUtils.h This requires updating a number of .cpp files to adapt to the new API. I've just systematically updated all uses of `TerminatorInst` within these files te `Instruction` so thta I won't have to touch them again in the future. llvm-svn: 344498