Commit ac02df49 by Diego Novillo Committed by Diego Novillo

tree-ssa-pre.c (create_value_expr_from): Initialize POOL to NULL.


	* tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
	NULL.

From-SVN: r122140
parent 767fad4c
2007-02-19 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-pre.c (create_value_expr_from): Initialize POOL to
NULL.
2007-02-19 Lee Millward <lee.millward@codesourcery.com>
* config/ia64/ia64.c (ia64_expand_builtin): Use the
......
......@@ -3201,7 +3201,7 @@ create_value_expr_from (tree expr, basic_block block, tree stmt)
int i;
enum tree_code code = TREE_CODE (expr);
tree vexpr;
alloc_pool pool;
alloc_pool pool = NULL;
tree efi;
gcc_assert (TREE_CODE_CLASS (code) == tcc_unary
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment