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
e8679703
Commit
e8679703
authored
Jun 15, 2004
by
J"orn Rennecke
Committed by
Joern Rennecke
Jun 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* combine.c (distribute_notes): Comment typo fix.
From-SVN: r83191
parent
844f5ccf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/combine.c
+1
-1
No files found.
gcc/ChangeLog
View file @
e8679703
2004-06-15 J"orn Rennecke <joern.rennecke@superh.com>
* combine.c (distribute_notes): Comment typo fix.
2004-06-15 Roger Sayle <roger@eyesopen.com>
2004-06-15 Roger Sayle <roger@eyesopen.com>
* expmed.c (synth_mult): Mask bits of the multiplier to the
* expmed.c (synth_mult): Mask bits of the multiplier to the
...
...
gcc/combine.c
View file @
e8679703
...
@@ -11948,7 +11948,7 @@ distribute_notes (rtx notes, rtx from_insn, rtx i3, rtx i2)
...
@@ -11948,7 +11948,7 @@ distribute_notes (rtx notes, rtx from_insn, rtx i3, rtx i2)
/* If the register is set or already dead at PLACE, we needn't do
/* If the register is set or already dead at PLACE, we needn't do
anything with this note if it is still a REG_DEAD note.
anything with this note if it is still a REG_DEAD note.
We c
an here if it is set at all, not if is it totally replace
,
We c
heck here if it is set at all, not if is it totally replaced
,
which is what `dead_or_set_p' checks, so also check for it being
which is what `dead_or_set_p' checks, so also check for it being
set partially. */
set partially. */
...
...
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