Commit e3b715a0 by Uros Bizjak

target-supports.exp (check_effective_target_vect_aligned_arrays): Remove…

target-supports.exp (check_effective_target_vect_aligned_arrays): Remove "naturally" from the function comment.

        * target-supports.exp (check_effective_target_vect_aligned_arrays):
        Remove "naturally" from the function comment.

From-SVN: r126671
parent 6e7b20ac
......@@ -2010,8 +2010,8 @@ proc check_effective_target_vect_no_align { } {
return $et_vect_no_align_saved
}
# Return 1 if arrays are naturally aligned to the vector
# alignment boundary, 0 otherwise.
# Return 1 if arrays are aligned to the vector alignment
# boundary, 0 otherwise.
#
# This won't change for different subtargets so cache the result.
......
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