diff options
author | Roman Lebedev <lebedev.ri@gmail.com> | 2021-01-12 21:49:56 +0300 |
---|---|---|
committer | Roman Lebedev <lebedev.ri@gmail.com> | 2021-01-15 23:35:56 +0300 |
commit | c6654a4cdab4156bae51970fa64993e790fc4adb (patch) | |
tree | 6fbe5626984244467758421124531a8f0f6f961f /llvm/lib/Transforms/Utils/Debugify.cpp | |
parent | 286cf6cb029a9942df6ff1d99570e93c25fe29f0 (diff) | |
download | llvm-c6654a4cdab4156bae51970fa64993e790fc4adb.zip llvm-c6654a4cdab4156bae51970fa64993e790fc4adb.tar.gz llvm-c6654a4cdab4156bae51970fa64993e790fc4adb.tar.bz2 |
[SimplifyCFG][BasicBlockUtils] Port SplitBlockPredecessors()/SplitLandingPadPredecessors() to DomTreeUpdater
This is not nice, but it's the best transient solution possible,
and is better than just duplicating the whole function.
The problem is, this function is widely used,
and it is not at all obvious that all the users
could be painlessly switched to operate on DomTreeUpdater,
and somehow i don't feel like porting all those users first.
This function is one of last three that not operate on DomTreeUpdater.
Diffstat (limited to 'llvm/lib/Transforms/Utils/Debugify.cpp')
0 files changed, 0 insertions, 0 deletions