* config/h8300/h8300.c: (h8300_push_pop): Use bool type for
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Feb 2010 15:44:39 +0000 (15:44 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Feb 2010 15:44:39 +0000 (15:44 +0000)
commit5a23ee688e0eefcebd4832f21e532423117df399
treee2f61f60d78bc9721963f14bffe92a3bd40a2064
parent82fb949ee7ba12dc9aa2fe0857226a414a0526bb
    * config/h8300/h8300.c: (h8300_push_pop): Use bool type for
        boolean parameters.  Use emit_jump_insn when emitting a pop
        instruction containing a return insn.
        (push): Use 'true' rather than '1' as second parameter to F.
        (h8300_expand_prologue): Likewise.
        Use 'true' and 'false' for boolean parameters to
        h8300_push_pop.
        (h8300_expand_epilogue): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156774 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/h8300/h8300.c