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
0fc4dd09
Commit
0fc4dd09
authored
Aug 13, 2012
by
Steven Bosscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix patch merge error in previous commit.
From-SVN: r190360
parent
c302207e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
gcc/tree-ssa-loop-manip.c
+1
-1
No files found.
gcc/tree-ssa-loop-manip.c
View file @
0fc4dd09
...
...
@@ -392,7 +392,7 @@ rewrite_into_loop_closed_ssa (bitmap changed_bbs, unsigned update_flag)
/* Uses of names to rename. We don't have to initialize this array,
because we know that we will only have entries for the SSA names
in NAMES_TO_RENAME. */
use_blocks
=
X
C
NEWVEC
(
bitmap
,
num_ssa_names
);
use_blocks
=
XNEWVEC
(
bitmap
,
num_ssa_names
);
/* Find the uses outside loops. */
find_uses_to_rename
(
changed_bbs
,
use_blocks
,
names_to_rename
);
...
...
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