diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2007-07-16 08:10:25 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2007-07-16 08:10:25 +0200 |
commit | e3b715a06b1785678caeebd6d78ea984fa285bbe (patch) | |
tree | aa5877aa2a53fd8e7a87a7e5fd35c97192f21498 | |
parent | 6e7b20ac6e8b1446e10418b911ea5c007d51d8ac (diff) | |
download | gcc-e3b715a06b1785678caeebd6d78ea984fa285bbe.zip gcc-e3b715a06b1785678caeebd6d78ea984fa285bbe.tar.gz gcc-e3b715a06b1785678caeebd6d78ea984fa285bbe.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 212995b..4a5ae03 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. |