OSDN Git Service

Fix FastISel's bitcast code for the case where getRegForValue fails.
authorDan Gohman <gohman@apple.com>
Wed, 27 Aug 2008 20:41:38 +0000 (20:41 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 27 Aug 2008 20:41:38 +0000 (20:41 +0000)
commita318dabc0edbcc7a2b54d99b026a093361ec14fc
tree4d84639ac3a3e4258e690b815e3f9361f9898e9c
parentdf3b99381f1c211071cc1daf0cc297666877bbcb
Fix FastISel's bitcast code for the case where getRegForValue fails.

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