"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2651f973331b5cde3fd8ce37073dce91ddb0e379"
Add allnodes() iterator range to SelectionDAG. NFC.
SelectionDAG already had begin/end methods for iterating over all the nodes, but didn't define an iterator_range for us in foreach loops. This adds such a method and uses it in some of the eligible places throughout the backends. llvm-svn: 242212
Loading
Please register or sign in to comment