When the definition of an address value is in a different block
authorDan Gohman <gohman@apple.com>
Fri, 12 Nov 2010 19:14:00 +0000 (19:14 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 12 Nov 2010 19:14:00 +0000 (19:14 +0000)
commit52668c9a3025ee64b408bf041453c93a1ac51908
tree5279a5f9731179b35c0543839e69eb3d1eacacfd
parent269f10b316b41fde5c9bf3f6e5c471f371862834
When the definition of an address value is in a different block
from the user of the address, fall back to just using the
address in a register instead of bailing out of fast-isel
altogether.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118917 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp