Fix FastISel to recognize unhandled operands, such as constants
authorDan Gohman <gohman@apple.com>
Wed, 20 Aug 2008 00:35:17 +0000 (00:35 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 20 Aug 2008 00:35:17 +0000 (00:35 +0000)
commita7f2dff98e68ed8b2ac32f953768c04f26b52bea
tree1c89bad2b1cfa3a94e9ca52276fb276447df41ad
parent80b7bc865a995bb9cc7e2e20751aedfbfab683c7
Fix FastISel to recognize unhandled operands, such as constants
that aren't available as virtual registers (for now).

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