aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineDebugInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-20 23:55:59 +0000
committerChris Lattner <sabre@nondot.org>2006-04-20 23:55:59 +0000
commitfedced7bc3702f2db5c5d78531b7f58e0f6c9c50 (patch)
treecfa203907e1e994a00fc2fb39d8c5de5ed8158f5 /lib/CodeGen/MachineDebugInfo.cpp
parent44fa691873265e79b64a8d5fbfdad3a5e442af02 (diff)
Fix a really subtle and obnoxious memory bug that caused issues with an
llvm-gcc4 boostrap. Whenever a node is deleted by the dag combiner, it *must* be returned by the visit function, or the dag combiner will not know that the node has been processed (and will, e.g., send it to the target dag combine xforms). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27922 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions