summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-18 21:51:46 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-18 21:51:46 +0000
commitf73079ca891cd7b76578851b0f1921616680dfaf (patch)
tree36388a40fe2293812504809ebfef3f9358e969f9 /llvm/lib/Object/MachOObjectFile.cpp
parent11f806740d9524bed91a9f1a0c4a5b279e85981d (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud