stormy16.c: Use REG_P, MEM_P and CONST_INT_P where appropriate.
authorNick Clifton <nickc@redhat.com>
Wed, 1 Sep 2010 10:13:07 +0000 (10:13 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 1 Sep 2010 10:13:07 +0000 (10:13 +0000)
commita21eaf5e2bc895d814eb9be4b4b74774c9ef67fc
treef46e7dd7597dc9d1fde45865adc7b0e4c23c1e66
parent166d08bddeffca222328dfb9806418910fe83729
stormy16.c: Use REG_P, MEM_P and CONST_INT_P where appropriate.

        * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
        where appropriate.
        (xstormy16_legitimate_address_p): Use true and false instead of 1
        and 0.
        (xstormy16_expand_prologue): Delete unused local variable 'insn'.
        (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
        magic constant 2.
        (xstormy16_expand_call): Fix comment at start of function.

From-SVN: r163722
gcc/ChangeLog
gcc/config/stormy16/stormy16.c