Fix an issue in PHI construction that was exposed by GCC 4.2 producing a different...
authorOwen Anderson <resistor@mac.com>
Sun, 1 Feb 2009 07:06:00 +0000 (07:06 +0000)
committerOwen Anderson <resistor@mac.com>
Sun, 1 Feb 2009 07:06:00 +0000 (07:06 +0000)
commit5caedc0f0905bfc5472282cf56f92ebf14fb1c66
tree283e8fba7b726c079713896c2fe2ca7a014d3d30
parent2d5424d76add9714d95239f183f7f88263f44360
Fix an issue in PHI construction that was exposed by GCC 4.2 producing a different set iteration order for the reg_iterator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63490 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/PreAllocSplitting.cpp