commit | 876ac60880843f37c25ec03e46eb73b8e197e971 | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Tue Mar 04 10:30:26 2014 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Tue Mar 04 10:30:26 2014 +0000 |
tree | e1198bd7b3fdff09a7adc7af42885d2cefd0dbc1 | |
parent | 1decd56b8dec415b9d2270d636226b9fdb0b9c25 [diff] |
[Modules] Move InstIterator out of the Support library, where it had no business. This header includes Function and BasicBlock and directly uses the interfaces of both classes. It has to do with the IR, it even has that in the name. =] Put it in the library it belongs to. This is one step toward making LLVM's Support library survive a C++ modules bootstrap. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202814 91177308-0d34-0410-b5e6-96231b3b80d8