]> granicus.if.org Git - llvm/commit
[LegacyPassManager] Attempt to fix BasicBlockManager
authorAlina Sbirlea <asbirlea@google.com>
Mon, 30 Sep 2019 17:23:49 +0000 (17:23 +0000)
committerAlina Sbirlea <asbirlea@google.com>
Mon, 30 Sep 2019 17:23:49 +0000 (17:23 +0000)
commit1cffa20e9d89095c552ca3335587cde488b74afa
tree278818929a61173e518a2194f0e3e2f5f79c2e12
parent80bba055baa537301a7edc1fded5ade7852c1d7c
[LegacyPassManager] Attempt to fix BasicBlockManager

Temporarily fix BaiscBlockManager based on the code in the other
managers.
Replacement of all uses of the BasicBlockPass to follow.

Resolves PR42264.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373235 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Pass.h
lib/IR/LegacyPassManager.cpp