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
275c7080
Commit
275c7080
authored
Jan 20, 1995
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(find_basic_blocks): No longer need to check for deleted
nonlocal_labels. From-SVN: r8781
parent
f5e795ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
gcc/flow.c
+2
-5
No files found.
gcc/flow.c
View file @
275c7080
...
...
@@ -575,11 +575,8 @@ find_basic_blocks (f, nonlocal_label_list)
if
(
GET_CODE
(
insn
)
==
CALL_INSN
)
{
for
(
x
=
nonlocal_label_list
;
x
;
x
=
XEXP
(
x
,
1
))
/* Don't try marking labels that
were deleted as unreferenced. */
if
(
GET_CODE
(
XEXP
(
x
,
0
))
==
CODE_LABEL
)
mark_label_ref
(
gen_rtx
(
LABEL_REF
,
VOIDmode
,
XEXP
(
x
,
0
)),
insn
,
0
);
mark_label_ref
(
gen_rtx
(
LABEL_REF
,
VOIDmode
,
XEXP
(
x
,
0
)),
insn
,
0
);
/* ??? This could be made smarter:
in some cases it's possible to tell that certain
...
...
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