Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
16e9be4c
Commit
16e9be4c
authored
Aug 16, 2004
by
Nathan Sidwell
Committed by
Nathan Sidwell
Aug 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
calls.c (load_register_parameters): Remove spurious FIXME token.
From-SVN: r86048
parent
f293ce4b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/calls.c
+1
-1
No files found.
gcc/ChangeLog
View file @
16e9be4c
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>
2004-08-15 Ziemowit Laski <zlaski@apple.com>
* Makefile.in (C_PRETTY_PRINT_H): Add c-pretty-print.h.
* Makefile.in (C_PRETTY_PRINT_H): Add c-pretty-print.h.
...
...
gcc/calls.c
View file @
16e9be4c
...
@@ -1505,7 +1505,7 @@ load_register_parameters (struct arg_data *args, int num_actuals,
...
@@ -1505,7 +1505,7 @@ load_register_parameters (struct arg_data *args, int num_actuals,
seem worth generating rtl to say that. */
seem worth generating rtl to say that. */
reg
=
gen_rtx_REG
(
word_mode
,
REGNO
(
reg
));
reg
=
gen_rtx_REG
(
word_mode
,
REGNO
(
reg
));
x
=
expand_shift
(
LSHIFT_EXPR
,
word_mode
,
reg
,
x
=
expand_shift
(
LSHIFT_EXPR
,
word_mode
,
reg
,
build_int_cst
(
NULL_TREE
,
FIXMEFORMAT
build_int_cst
(
NULL_TREE
,
shift
,
0
),
shift
,
0
),
reg
,
1
);
reg
,
1
);
if
(
x
!=
reg
)
if
(
x
!=
reg
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment