Apply the 95471 fix to SelectionDAGBuilder as well;
authorDale Johannesen <dalej@apple.com>
Mon, 8 Feb 2010 21:53:27 +0000 (21:53 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 8 Feb 2010 21:53:27 +0000 (21:53 +0000)
commit8ac38f2a616d303423e66023d2d2a6ff96c5040a
treef7d7e9c9d1a99ae976a63a33322fcca2b881566c
parentc2e93b255e120f066ad8c16b0593b05f7e9f3d19
Apply the 95471 fix to SelectionDAGBuilder as well;
we can get in here if FastISel gives up in a block.
(Actually the two copies of this need to be unified.  Later.)

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