]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 2010 10:13:07 +0000 (10:13 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 2010 10:13:07 +0000 (10:13 +0000)
commit899fa8d2cda1013da6b41f61d3a8c61fa8260bdf
treef46e7dd7597dc9d1fde45865adc7b0e4c23c1e66
parent808656b4f963e7b773c378c561dbced38b52274f
    * 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.

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