]> granicus.if.org Git - clang/commit
[PM] Move away from the old llvm/PassManager.h header and its using
authorChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 09:47:49 +0000 (09:47 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 13 Feb 2015 09:47:49 +0000 (09:47 +0000)
commitc5e0226b2c6f78d7ddb8e73db2e2934a8ba4c7bf
treee86ea6984f90ccdae5e6b74c607d8c74f992441d
parenta9bdd3bc26f77faf9f3310b2924f89a7a56dc981
[PM] Move away from the old llvm/PassManager.h header and its using
declarations and just use the legacy namespace qualifier in this file
and the permanent header name.

The old wrapper header is going away to make LLVM's build more modular,
and without updating Clang I can't easily start to add usage of the new
pass manager to Clang. This should make it more clear in the code which
set of types is doing what.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229090 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BackendUtil.cpp