mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 17:36:07 +00:00

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. llvm-svn: 202814