Fix a recent fast-isel coverage regression - don't bail out before
authorDan Gohman <gohman@apple.com>
Thu, 25 Sep 2008 01:28:51 +0000 (01:28 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 25 Sep 2008 01:28:51 +0000 (01:28 +0000)
commitdceffe66b9e73ce372ea11c0fc6975504eb8c31d
treee567bcfa0feffc484ec2b5a3a94fda326d4e7319
parent2c4bf119be8aa05cdc3dc88c57006353f07f0d2c
Fix a recent fast-isel coverage regression - don't bail out before
giving the target a chance to materialize constants.

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