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
e3623158
Commit
e3623158
authored
Jun 08, 2002
by
Marc Espie
Committed by
Marc Espie
Jun 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lists.c (free_list): Fix typo in comment.
From-SVN: r54374
parent
272cdf58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+3
-0
gcc/lists.c
+1
-1
No files found.
gcc/ChangeLog
View file @
e3623158
2002-06-08 Marc Espie <espie@openbsd.org>
* lists.c (free_list): Fix typo in comment.
2002-06-08 Andreas Jaeger <aj@suse.de>
2002-06-08 Andreas Jaeger <aj@suse.de>
* lcm.c (optimize_mode_switching): Add unused attribute for
* lcm.c (optimize_mode_switching): Add unused attribute for
...
...
gcc/lists.c
View file @
e3623158
...
@@ -37,7 +37,7 @@ static GTY ((deletable (""))) rtx unused_expr_list;
...
@@ -37,7 +37,7 @@ static GTY ((deletable (""))) rtx unused_expr_list;
/* This function will free an entire list of either EXPR_LIST or INSN_LIST
/* This function will free an entire list of either EXPR_LIST or INSN_LIST
nodes. This is to be used only on
ly
lists that consist exclusively of
nodes. This is to be used only on lists that consist exclusively of
nodes of one type only. This is only called by free_EXPR_LIST_list
nodes of one type only. This is only called by free_EXPR_LIST_list
and free_INSN_LIST_list. */
and free_INSN_LIST_list. */
static
void
static
void
...
...
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