Commit 756f50ce by Changpeng Fang Committed by Changpeng Fang

Fix a typo in the previous commit

	* tree-ssa-loop-prefetch.c (gather_memory_references_ref): Fix a
	typo ("could not taken" --> "could not be taken")

From-SVN: r163485
parent c0d15a77
2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
* tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
Fix a typo in a previous commit.
2010-08-23 Kai Tietz <kai.tietz@onevision.com>
* tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
......
......@@ -539,7 +539,7 @@ gather_memory_references_ref (struct loop *loop, struct mem_ref_group **refs,
if (step == NULL_TREE)
return false;
/* Stop if the address of BASE could not taken. */
/* Stop if the address of BASE could not be taken. */
if (may_be_nonaddressable_p (base))
return false;
......
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