OSDN Git Service

Multiple instructions can be inserted when eliminating frame indexes. We need
authorBill Wendling <isanbard@gmail.com>
Mon, 3 Mar 2008 22:11:16 +0000 (22:11 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 3 Mar 2008 22:11:16 +0000 (22:11 +0000)
commit988a5782d3ce3cddc65d57d6aac7312d33ed59ab
tree16b1f90503e71204372fd74c859e80c908b657ea
parentc2a324fa364601c863416eb558f399200a7e0978
Multiple instructions can be inserted when eliminating frame indexes. We need
the register scavenger to process all of those new instructions instead of just
the last one inserted.

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