OSDN Git Service

Fix X86FastISel to handle dynamic allocas that have avoided
authorDan Gohman <gohman@apple.com>
Fri, 3 Oct 2008 01:27:49 +0000 (01:27 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 3 Oct 2008 01:27:49 +0000 (01:27 +0000)
commit4e6ed5eefd578db5bff172298d7ff7d7eb69b947
tree9d246ed04d3707f957cc1b43c7456987c7da0d02
parenta079e2bdf5a7e398467fabc1ad6fc9b0c14e3cec
Fix X86FastISel to handle dynamic allocas that have avoided
getting inserted into the ValueMap. This avoids infinite
recursion in some rare cases.

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