[llvm-commits] [llvm] r83081 - /llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Sep 29 13:07:07 PDT 2009


On 29/09/2009, at 20.23, Jim Grosbach wrote:

> Author: grosbach
> Date: Tue Sep 29 13:23:15 2009
> New Revision: 83081
>
> URL: http://llvm.org/viewvc/llvm-project?rev=83081&view=rev
> Log:
> Simplify the tracking of virtual frame index registers. Ranges  
> cannot overlap,
> so a simple "current register" will suffice. Also add some additional
> sanity-checking assertions to make sure things are as we expect.
>
> Modified:
>    llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp

Looks good. Thanks, Jim.

/jakob




More information about the llvm-commits mailing list