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
1a71a5b0
Commit
1a71a5b0
authored
Mar 06, 2003
by
Roger Sayle
Committed by
Roger Sayle
Mar 06, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.h (lang_expand_expr): Delete obsolete prototype.
From-SVN: r63886
parent
26d249eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+4
-0
gcc/expr.h
+0
-8
No files found.
gcc/ChangeLog
View file @
1a71a5b0
2003
-
03
-
05
Roger
Sayle
<
roger
@eyesopen
.
com
>
*
expr
.
h
(
lang_expand_expr
)
:
Delete
obsolete
prototype
.
2003
-
03
-
05
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
emit
-
rtl
.
c
(
gen_highpart_mode
)
:
Fix
a
comment
typo
.
...
...
gcc/expr.h
View file @
1a71a5b0
...
...
@@ -770,14 +770,6 @@ extern rtx expand_mult_add PARAMS ((rtx, rtx, rtx, rtx,enum machine_mode, int));
extern
rtx
expand_mult_highpart_adjust
PARAMS
((
enum
machine_mode
,
rtx
,
rtx
,
rtx
,
rtx
,
int
));
extern
rtx
assemble_static_space
PARAMS
((
int
));
/* Hook called by expand_expr for language-specific tree codes.
It is up to the language front end to install a hook
if it has any such codes that expand_expr needs to know about. */
extern
rtx
(
*
lang_expand_expr
)
PARAMS
((
union
tree_node
*
,
rtx
,
enum
machine_mode
,
enum
expand_modifier
modifier
));
extern
int
safe_from_p
PARAMS
((
rtx
,
tree
,
int
));
/* Call this once to initialize the contents of the optabs
...
...
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