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
ba89764a
Commit
ba89764a
authored
Nov 01, 2000
by
Richard Henderson
Committed by
Richard Henderson
Nov 01, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stmt.c (expand_start_null_loop): Set continue_label.
From-SVN: r37192
parent
b0b3afb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/stmt.c
+1
-1
No files found.
gcc/ChangeLog
View file @
ba89764a
2000-11-01 Richard Henderson <rth@redhat.com>
* stmt.c (expand_start_null_loop): Set continue_label.
2000-11-01 Bernd Schmidt <bernds@redhat.co.uk>
2000-11-01 Bernd Schmidt <bernds@redhat.co.uk>
* builtins.c (fold_builtin_constant_p, fold_builtin): New functions.
* builtins.c (fold_builtin_constant_p, fold_builtin): New functions.
...
...
gcc/stmt.c
View file @
ba89764a
...
@@ -2310,7 +2310,7 @@ expand_start_null_loop ()
...
@@ -2310,7 +2310,7 @@ expand_start_null_loop ()
thisloop
->
data
.
loop
.
start_label
=
emit_note
(
NULL
,
NOTE_INSN_DELETED
);
thisloop
->
data
.
loop
.
start_label
=
emit_note
(
NULL
,
NOTE_INSN_DELETED
);
thisloop
->
data
.
loop
.
end_label
=
gen_label_rtx
();
thisloop
->
data
.
loop
.
end_label
=
gen_label_rtx
();
thisloop
->
data
.
loop
.
alt_end_label
=
NULL_RTX
;
thisloop
->
data
.
loop
.
alt_end_label
=
NULL_RTX
;
thisloop
->
data
.
loop
.
continue_label
=
NULL_RTX
;
thisloop
->
data
.
loop
.
continue_label
=
thisloop
->
data
.
loop
.
end_label
;
thisloop
->
exit_label
=
thisloop
->
data
.
loop
.
end_label
;
thisloop
->
exit_label
=
thisloop
->
data
.
loop
.
end_label
;
loop_stack
=
thisloop
;
loop_stack
=
thisloop
;
nesting_stack
=
thisloop
;
nesting_stack
=
thisloop
;
...
...
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