Fix patch merge error in previous commit.
authorSteven Bosscher <steven@gcc.gnu.org>
Mon, 13 Aug 2012 21:08:57 +0000 (21:08 +0000)
committerSteven 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

index 98846138e7c90ffca4a8696a617ea7a9aadbe9ed..31d4a6c7c9fbf9b1f3b803b0f7eee7a6799ad405 100644 (file)
@@ -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 = XCNEWVEC (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);