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
This commit is contained in:
parent
c0d15a7748
commit
756f50ce38
@ -1,3 +1,8 @@
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user