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
5dd34fe0
Commit
5dd34fe0
authored
Aug 24, 1999
by
Herman A.J. ten Brugge
Committed by
Jeff Law
Aug 24, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* jump.c (delete_barrier_successors) Match (set (pc) (pc)) insn
exactly. From-SVN: r28817
parent
bf8a5a35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+5
-0
gcc/jump.c
+1
-0
No files found.
gcc/ChangeLog
View file @
5dd34fe0
1999
-
08
-
24
Herman
A
.
J
.
ten
Brugge
<
Haj
.
Ten
.
Brugge
@net
.
HCC
.
nl
>
*
jump
.
c
(
delete_barrier_successors
)
Match
(
set
(
pc
)
(
pc
))
insn
exactly
.
Mon
Aug
23
23
:
35
:
52
1999
Matthias
Klose
<
doko
@cs
.
tu
-
berlin
.
de
>
*
cpp
.
texi
:
Add
a
node
documenting
macro
varargs
(
copied
...
...
gcc/jump.c
View file @
5dd34fe0
...
...
@@ -2166,6 +2166,7 @@ delete_barrier_successors (f)
gcse. We eliminate such insns now to avoid having them
cause problems later. */
else
if
(
GET_CODE
(
insn
)
==
JUMP_INSN
&&
GET_CODE
(
PATTERN
(
insn
))
==
SET
&&
SET_SRC
(
PATTERN
(
insn
))
==
pc_rtx
&&
SET_DEST
(
PATTERN
(
insn
))
==
pc_rtx
)
insn
=
delete_insn
(
insn
);
...
...
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