Rework comparison handling to set a register on true/false. This avoids
authorEric Christopher <echristo@apple.com>
Wed, 29 Sep 2010 01:14:47 +0000 (01:14 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 29 Sep 2010 01:14:47 +0000 (01:14 +0000)
commit229207aa2edaeb872e9f987ad8df3a67455f240c
tree361dd8a5ed5355ebf05817c60b5b4ebc76045694
parentf8476e6742d22f97932409e79b59a693df6b5947
Rework comparison handling to set a register on true/false. This avoids
problems with phi-nodes in blocks that have hard and not virtual registers.

Accordingly update branch handling to compensate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115013 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp