mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 21:15:32 +08:00
* config/h8300/h8300.c (output_logical_op): Fix a warning.
From-SVN: r60769
This commit is contained in:
parent
62d2eed656
commit
dc5f17ecee
@ -1,3 +1,7 @@
|
||||
2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.c (output_logical_op): Fix a warning.
|
||||
|
||||
2003-01-01 Neil Booth <neil@daikokuya.co.uk>
|
||||
|
||||
* config/darwin-protos.h, config/c4x/c4x-protos.h,
|
||||
|
@ -2203,8 +2203,7 @@ output_logical_op (mode, operands)
|
||||
&& code == AND
|
||||
&& (det & 0xffff0000) == 0xff000000)
|
||||
{
|
||||
sprintf (insn_buf, "extu.w\t%%e0", opname);
|
||||
output_asm_insn (insn_buf, operands);
|
||||
output_asm_insn ("extu.w\t%e0", operands);
|
||||
}
|
||||
else if (TARGET_H8300H || TARGET_H8300S)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user