If we see a load from a stack slot into a physreg, consider it as providing
authorChris Lattner <sabre@nondot.org>
Thu, 12 Oct 2006 02:34:07 +0000 (02:34 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Oct 2006 02:34:07 +0000 (02:34 +0000)
commitf183cabba8ec381685807ab40a6e7e3b4077e95a
treece4849e55955df0874d3398520fa48dfc2558a02
parent4326ef582bceb8841f36623d98a98ee879642f2f
If we see a load from a stack slot into a physreg, consider it as providing
the stack slot.  This fixes PR943.

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