* config/msp430/msp430.c (msp430_expand_epilogue): Fix compile
commit9b52871c0d8c4d3ac28db4039fd9e7575cc32396
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Sep 2013 09:38:13 +0000 (26 09:38 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Sep 2013 09:38:13 +0000 (26 09:38 +0000)
tree68612d8ca73ec611f134985ecb4c632dd435efdd
parent07ca5686e64d32f7df4ccf4205d0b914f120da5e
* config/msp430/msp430.c (msp430_expand_epilogue): Fix compile
time warning message.
(msp430_print_operand_raw): Delete unused letter parameter.
(TARGET_PRINT_OPERAND_ADDRESS): Define.
(msp430_print_operand_address): New function.
(msp430_print_operand): Move address printing code from here to
new function.
* config/msp430/msp430.md (movsipsi2): Add comment in generated
assembler.
(zero_extendpsisi2): Likewise.
(extendpsisi2): New pattern.
(andneghi3): New pattern.

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