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
7f437481
Commit
7f437481
authored
Feb 10, 2001
by
Richard Henderson
Committed by
Richard Henderson
Feb 10, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* jump.c (squeeze_notes): Revert 2000-05-12 change.
From-SVN: r39582
parent
b80253d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
gcc/ChangeLog
+4
-0
gcc/jump.c
+5
-7
No files found.
gcc/ChangeLog
View file @
7f437481
2001-02-10 Richard Henderson <rth@redhat.com>
* jump.c (squeeze_notes): Revert 2000-05-12 change.
2001-02-10 Anthony Green <green@redhat.com>
2001-02-10 Anthony Green <green@redhat.com>
* cpp.texi (Standard Predefined): Add documentation for
* cpp.texi (Standard Predefined): Add documentation for
...
...
gcc/jump.c
View file @
7f437481
...
@@ -1321,10 +1321,10 @@ duplicate_loop_exit_test (loop_start)
...
@@ -1321,10 +1321,10 @@ duplicate_loop_exit_test (loop_start)
}
}
/* Move all block-beg, block-end, loop-beg, loop-cont, loop-vtop, loop-end,
/* Move all block-beg, block-end, loop-beg, loop-cont, loop-vtop, loop-end,
eh-beg, eh-end notes between START and END out before START. Assume tha
t
notes between START and END out before START. Assume that END is no
t
END is not such a note. START may be such a note. Returns the value
such a note. START may be such a note. Returns the value of the new
of the new starting insn, which may be different if the original start
starting insn, which may be different if the original start was such a
was such a
note. */
note. */
rtx
rtx
squeeze_notes
(
start
,
end
)
squeeze_notes
(
start
,
end
)
...
@@ -1342,9 +1342,7 @@ squeeze_notes (start, end)
...
@@ -1342,9 +1342,7 @@ squeeze_notes (start, end)
||
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_LOOP_BEG
||
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_LOOP_BEG
||
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_LOOP_END
||
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_LOOP_END
||
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_LOOP_CONT
||
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_LOOP_CONT
||
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_LOOP_VTOP
||
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_LOOP_VTOP
))
||
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_EH_REGION_BEG
||
NOTE_LINE_NUMBER
(
insn
)
==
NOTE_INSN_EH_REGION_END
))
{
{
if
(
insn
==
start
)
if
(
insn
==
start
)
start
=
next
;
start
=
next
;
...
...
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