From: uros Date: Mon, 16 Jul 2007 06:10:25 +0000 (+0000) Subject: * target-supports.exp (check_effective_target_vect_aligned_arrays): X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=fba6e19a8408fcae8d78d5b52f778947d37c6e95;hp=fac9986f014c807407242c154bf6051be4bea4a2 * target-supports.exp (check_effective_target_vect_aligned_arrays): Remove "naturally" from the function comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126671 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 212995b949c..4a5ae033631 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -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.