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
b43e4bcb
Commit
b43e4bcb
authored
Aug 11, 1992
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(unroll_loop): Delete call to unroll_block_trees.
From-SVN: r1802
parent
94dc8b56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
gcc/unroll.c
+0
-13
No files found.
gcc/unroll.c
View file @
b43e4bcb
...
...
@@ -1135,19 +1135,6 @@ unroll_loop (loop_end, insn_count, loop_start, end_insert_before,
not taken. */
if
(
exit_label
)
emit_label_after
(
exit_label
,
loop_end
);
/* If debugging, we must replicate the tree nodes corresponding to the blocks
inside the loop, so that the original one to one mapping will remain. */
if
(
write_symbols
!=
NO_DEBUG
)
{
int
copies
=
unroll_number
;
if
(
loop_preconditioned
)
copies
+=
unroll_number
-
1
;
unroll_block_trees
(
uid_loop_num
[
INSN_UID
(
loop_start
)],
copies
);
}
}
/* Return true if the loop can be safely, and profitably, preconditioned
...
...
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