mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 04:20:03 +08:00
calls.c (load_register_parameters): Remove spurious FIXME token.
From-SVN: r86048
This commit is contained in:
parent
f293ce4b0d
commit
16e9be4c09
@ -1,3 +1,7 @@
|
||||
2004-08-16 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* calls.c (load_register_parameters): Remove spurious FIXME token.
|
||||
|
||||
2004-08-15 Ziemowit Laski <zlaski@apple.com>
|
||||
|
||||
* Makefile.in (C_PRETTY_PRINT_H): Add c-pretty-print.h.
|
||||
|
@ -1505,7 +1505,7 @@ load_register_parameters (struct arg_data *args, int num_actuals,
|
||||
seem worth generating rtl to say that. */
|
||||
reg = gen_rtx_REG (word_mode, REGNO (reg));
|
||||
x = expand_shift (LSHIFT_EXPR, word_mode, reg,
|
||||
build_int_cst (NULL_TREE, FIXMEFORMAT
|
||||
build_int_cst (NULL_TREE,
|
||||
shift, 0),
|
||||
reg, 1);
|
||||
if (x != reg)
|
||||
|
Loading…
Reference in New Issue
Block a user