summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.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
commitcc47ab330531e65aa345a0d438e67efa51a46c52 (patch)
tree6da8a7481524df30a99f5fa344a4f1a68d3976e4 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
parent5e6f97b7c96722f1248fbadb692f1ccff40d4c60 (diff)
downloadbcm5719-llvm-cc47ab330531e65aa345a0d438e67efa51a46c52.tar.gz
bcm5719-llvm-cc47ab330531e65aa345a0d438e67efa51a46c52.zip
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). llvm-svn: 27922
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud