"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2abde809ce12d1da25418ad9ddb8fd85c3f77de2"
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
Loading
Please register or sign in to comment