Need to insert all moves due to PHI nodes before *ALL* jumps in a predecessor
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 13 Dec 2002 11:55:59 +0000 (11:55 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 13 Dec 2002 11:55:59 +0000 (11:55 +0000)
commit74676da6f122bd7abfd2ba47c5291bc9092cee55
treee79b695be90583cc6f5c85d068b43a116596f688
parent920536333c4c143a92b5c0ed4ce712e59188e5e0
Need to insert all moves due to PHI nodes before *ALL* jumps in a predecessor
basic block, as there could be multiple.

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