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
979c1a17
Commit
979c1a17
authored
Feb 17, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unwanted CYGNUS LOCAL marker.
From-SVN: r18050
parent
8e85ff2c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
gcc/loop.c
+0
-2
No files found.
gcc/loop.c
View file @
979c1a17
...
...
@@ -7569,7 +7569,6 @@ insert_bct (loop_start, loop_end)
/* compute the number of iterations */
start_sequence
();
{
/* CYGNUS LOCAL: HAIFA bug fix */
rtx
temp_reg
;
/* Again, the number of iterations is calculated by:
...
...
@@ -7611,7 +7610,6 @@ insert_bct (loop_start, loop_end)
}
else
iterations_num_reg
=
temp_reg
;
/* END CYGNUS LOCAL: HAIFA bug fix */
}
sequence
=
gen_sequence
();
end_sequence
();
...
...
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