Skip to content
Commit f73079ca authored by Chandler Carruth's avatar Chandler Carruth
Browse files

[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
parent 11f80674
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment