summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CodeGenPrepare.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-20 23:59:00 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-20 23:59:00 +0000
commite9907ba16e6ba25305a3226afb667d28fca1a4a0 (patch)
tree18496821fa4a4594cbaed508827cad376b6fe5cc /llvm/lib/CodeGen/CodeGenPrepare.cpp
parentc5d5340eeb6ffeb2e476235100d439811357b8b7 (diff)
downloadbcm5719-llvm-e9907ba16e6ba25305a3226afb667d28fca1a4a0.tar.gz
bcm5719-llvm-e9907ba16e6ba25305a3226afb667d28fca1a4a0.zip
Protect the ArgList dtor
It could even be made non-virtual if it weren't for bad compiler warnings. This demonstrates that ArgList objects aren't destroyed polymorphically and possibly that they aren't even used polymorphically. If that's the case, it might be possible to refactor the two ArgList types more separately and simplify the Arg ownership model. *continues experimenting* llvm-svn: 206727
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud