summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-02-04 05:26:17 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-02-04 05:26:17 +0000
commit6024f9b5be3111bfbfa96e2207eca00486b92152 (patch)
tree69b3da9cfeed41131cf30b8dd17e3fb9095e1f0b /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
parent275a671b2a9fb3b394e3da851ee2c7038661a2a5 (diff)
downloadbcm5719-llvm-6024f9b5be3111bfbfa96e2207eca00486b92152.tar.gz
bcm5719-llvm-6024f9b5be3111bfbfa96e2207eca00486b92152.zip
Fix a leak!
Andy, in a previous commit you made this into an ImmutablePass so that you could add it to the PassManager, then in the next commit you left it a Pass but removed the code that added it to the PM. If you do add it to the PM then the PM should take care of deleting it, but it's also true that nothing in codegen needs this object to exist after it's done its work here. It's not clear to me which design you want; this should likely either cease to be a Pass or be added to the PM where other parts of CodeGen will request it. llvm-svn: 149765
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud