projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c302207
)
Fix patch merge error in previous commit.
author
Steven Bosscher
<steven@gcc.gnu.org>
Mon, 13 Aug 2012 21:08:57 +0000
(21:08 +0000)
committer
Steven Bosscher
<steven@gcc.gnu.org>
Mon, 13 Aug 2012 21:08:57 +0000
(21:08 +0000)
From-SVN: r190360
gcc/tree-ssa-loop-manip.c
patch
|
blob
|
history
diff --git
a/gcc/tree-ssa-loop-manip.c
b/gcc/tree-ssa-loop-manip.c
index 98846138e7c90ffca4a8696a617ea7a9aadbe9ed..31d4a6c7c9fbf9b1f3b803b0f7eee7a6799ad405 100644
(file)
--- a/
gcc/tree-ssa-loop-manip.c
+++ b/
gcc/tree-ssa-loop-manip.c
@@
-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);