llvm-6502/include
Pete Cooper ba77f37392 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242212 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-14 22:10:54 +00:00
..
llvm Add allnodes() iterator range to SelectionDAG. NFC. 2015-07-14 22:10:54 +00:00
llvm-c Add capability to get and set the personalitty function from the C API 2015-07-14 01:23:06 +00:00