Commit cbe80ff8 by Richard Guenther Committed by Richard Biener

tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.

2010-01-15  Richard Guenther  <rguenther@suse.de>

	* tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.

From-SVN: r155934
parent 3f298330
2010-01-15 Richard Guenther <rguenther@suse.de>
* tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
2010-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/42747
......
......@@ -1776,8 +1776,8 @@ gen_lsm_tmp_name (tree ref)
name = get_name (TREE_OPERAND (ref, 1));
if (!name)
name = "F";
lsm_tmp_name_add ("_");
lsm_tmp_name_add (name);
break;
case ARRAY_REF:
gen_lsm_tmp_name (TREE_OPERAND (ref, 0));
......
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