calls.c (load_register_parameters): Remove spurious FIXME token.

From-SVN: r86048
This commit is contained in:
Nathan Sidwell 2004-08-16 08:02:26 +00:00 committed by Nathan Sidwell
parent f293ce4b0d
commit 16e9be4c09
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)