PR19562: DebugInfo temporary MDNode leak: Don't include a temporary node to replace...
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 7 May 2014 06:08:28 +0000 (06:08 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 7 May 2014 06:08:28 +0000 (06:08 +0000)
commit8a25ee1440ee7ece42851246b788fc839446bceb
tree5d5d842e354ba68a1168cfd57614772cc4407c14
parenta1f8bd6753ca12605337ee3832cb47cfbc42eaac
PR19562: DebugInfo temporary MDNode leak: Don't include a temporary node to replace with a variable list for methods, since they're always declarations and thus never include variables

This field is used for a list of variables to ensure they are not lost
during optimization (they're only included when optimizations are
enabled).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208159 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/DIBuilder.cpp