diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-03-18 21:58:38 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-03-18 21:58:38 +0000 |
commit | ae324439d03bb9b4dc5932fa37f3a7224309449d (patch) | |
tree | c2e7275503588b22ef015a911a780ff11ce55676 /llvm/lib/Object/MachOObjectFile.cpp | |
parent | b4416f58d54bec73aeefa3122fb195ab1dd73517 (diff) | |
download | bcm5719-llvm-ae324439d03bb9b4dc5932fa37f3a7224309449d.tar.gz bcm5719-llvm-ae324439d03bb9b4dc5932fa37f3a7224309449d.zip |
[LV] The actual change I intended to commit in r204148. Sorry for the
noise.
Original commit log:
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: 204187
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions