dwarf2cfi: Simplify re-initialization for each function.
authorRichard Henderson <rth@redhat.com>
Sat, 9 Jul 2011 20:30:07 +0000 (13:30 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 9 Jul 2011 20:30:07 +0000 (13:30 -0700)
commit4a8ee1224175358105056d64a611443680257a2e
tree381c502b3860b7248674160affc1e1e46bc685c1
parent3edb53aaaeae895cca4bbc644e6d37558d0cb664
dwarf2cfi: Simplify re-initialization for each function.

There's no point calling lookup_cfa to re-create the CFA
we initialized just a few lines above.

        * dwarf2cfi.c (lookup_cfa): Remove.
        (execute_dwarf2_frame): Assert queues are empty on entry.
        Setup initial cfa directly, not via lookup_cfa.
        Don't clear args_size state here.

From-SVN: r176098
gcc/ChangeLog
gcc/dwarf2cfi.c