summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2016-01-08 19:08:53 +0000
committerJustin Bogner <mail@justinbogner.com>2016-01-08 19:08:53 +0000
commite9fb228d5920f81417b07a13582945d1f5f472f7 (patch)
treecde4605f4e27c68fdf8b7892b64885ad57ed8e4a /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
parent23bcef990e4e3174c80928087b2970d73bb2283f (diff)
downloadbcm5719-llvm-e9fb228d5920f81417b07a13582945d1f5f472f7.tar.gz
bcm5719-llvm-e9fb228d5920f81417b07a13582945d1f5f472f7.zip
LoopInfo: Simplify ownership of Loop objects
It's strange that LoopInfo mostly owns the Loop objects, but that it defers deleting them to the loop pass manager. Instead, change the oddly named "updateUnloop" to "markAsRemoved" and have it queue the Loop object for deletion. We can't delete the Loop immediately when we remove it, since we need its pointer identity still, so we'll mark the object as "invalid" so that clients can see what's going on. llvm-svn: 257191
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud