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
d70dc103
Commit
d70dc103
authored
Jul 01, 2004
by
Per Bothner
Committed by
Per Bothner
Jul 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* final.c (final): Fix typo reported by Aaron W. LaFramboise.
From-SVN: r83989
parent
7f1ee569
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/final.c
+1
-1
No files found.
gcc/ChangeLog
View file @
d70dc103
2004-07-01 Per Bothner <per@bothner.com>
* final.c (final): Fix typo reported by Aaron W. LaFramboise.
2004-07-01 Jakub Jelinek <jakub@redhat.com>
2004-07-01 Jakub Jelinek <jakub@redhat.com>
* expr.c (expand_assignment): Optimize bitfld += cst for 1 bit
* expr.c (expand_assignment): Optimize bitfld += cst for 1 bit
...
...
gcc/final.c
View file @
d70dc103
...
@@ -1525,7 +1525,7 @@ final (rtx first, FILE *file, int optimize, int prescan)
...
@@ -1525,7 +1525,7 @@ final (rtx first, FILE *file, int optimize, int prescan)
#else
#else
&&
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_LINE_NUMBER
(
last
)
&&
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_LINE_NUMBER
(
last
)
&&
NOTE_SOURCE_FILE
(
insn
)
==
NOTE_SOURCE_FILE
(
last
)
&&
NOTE_SOURCE_FILE
(
insn
)
==
NOTE_SOURCE_FILE
(
last
)
#endif
)
#endif
)
)
{
{
delete_insn
(
insn
);
/* Use delete_note. */
delete_insn
(
insn
);
/* Use delete_note. */
...
...
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