Fix X86FastISel's address-mode folding to stay within the
authorDan Gohman <gohman@apple.com>
Fri, 18 Jun 2010 20:44:47 +0000 (20:44 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 18 Jun 2010 20:44:47 +0000 (20:44 +0000)
commitea9f151cbc1ce153c7605a02acc31f76cbb3c5a2
tree9a276ae809c1e5cc81fe03b3eab512b5f91b9d47
parent10416803c1370fe1e52a7f1c431fe506be9c1ef5
Fix X86FastISel's address-mode folding to stay within the
original basic block. This avoids trouble with examining
instructions in other basic blocks which haven't been
assigned registers yet.

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