diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-03-18 21:51:46 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-03-18 21:51:46 +0000 |
commit | f73079ca891cd7b76578851b0f1921616680dfaf (patch) | |
tree | 36388a40fe2293812504809ebfef3f9358e969f9 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 11f806740d9524bed91a9f1a0c4a5b279e85981d (diff) | |
download | bcm5719-llvm-f73079ca891cd7b76578851b0f1921616680dfaf.tar.gz bcm5719-llvm-f73079ca891cd7b76578851b0f1921616680dfaf.zip |
[LV] Replace some dead code with an assert. When I first ported this
pass from a loop pass to a function pass I did so in the naive,
recursive way. It doesn't actually work, we need a worklist instead.
When I switched to the worklist I didn't delete the naive recursion.
That recursion was also buggy because it was dead and never really
exercised.
llvm-svn: 204184
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions