arm: Clean out dead code from thumb_pushpop.
authorRichard Henderson <rth@redhat.com>
Tue, 28 Jun 2011 22:25:59 +0000 (15:25 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 28 Jun 2011 22:25:59 +0000 (15:25 -0700)
commit9475903017f3c49e20441da5ff20b82fc76eb9d0
tree1846aadb5342d06ce0edc59b82858b81fb9e33f0
parentd018b46e328163477ca334b844bb7ea9f99c42f7
arm: Clean out dead code from thumb_pushpop.

Renaming to thumb_pop at the same time.  The important part
of this is removing the text-based dwarf2out calls.

        * config/arm/arm.c (thumb_pop): Rename from thumb_pushpop.  Delete
        all code and arguments that handled pushes.  Update all callers.

From-SVN: r175606
gcc/ChangeLog
gcc/config/arm/arm.c