aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/MachODump.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-08-26 09:09:29 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-08-26 09:09:29 +0000
commit748d095ff01d90d80cb66c17f6ac0e0d518730d8 (patch)
tree6a802e47d23d0efb1788b19439eda5ffff96f1af /llvm/tools/llvm-objdump/MachODump.cpp
parent610fe11ad1150a52bc3fd85e70def9c2f2f1ea16 (diff)
downloadllvm-748d095ff01d90d80cb66c17f6ac0e0d518730d8.zip
llvm-748d095ff01d90d80cb66c17f6ac0e0d518730d8.tar.gz
llvm-748d095ff01d90d80cb66c17f6ac0e0d518730d8.tar.bz2
[SROA] Rip out all support for SSAUpdater in SROA.
This was only added to preserve the old ScalarRepl's use of SSAUpdater which was originally to avoid use of dominance frontiers. Now, we only need a domtree, and we'll need a domtree right after this pass as well and so it makes perfect sense to always and only use the dom-tree powered mem2reg. This was flag-flipper earlier and has stuck reasonably so I wanted to gut the now-dead code out of SROA before we waste more time with it. Among other things, this will make passmanager porting easier. llvm-svn: 246028
Diffstat (limited to 'llvm/tools/llvm-objdump/MachODump.cpp')
0 files changed, 0 insertions, 0 deletions