projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e7b20a
)
target-supports.exp (check_effective_target_vect_aligned_arrays): Remove "naturally...
author
Uros Bizjak
<uros@gcc.gnu.org>
Mon, 16 Jul 2007 06:10:25 +0000
(08:10 +0200)
committer
Uros Bizjak
<uros@gcc.gnu.org>
Mon, 16 Jul 2007 06:10:25 +0000
(08:10 +0200)
* target-supports.exp (check_effective_target_vect_aligned_arrays):
Remove "naturally" from the function comment.
From-SVN: r126671
gcc/testsuite/lib/target-supports.exp
patch
|
blob
|
history
diff --git
a/gcc/testsuite/lib/target-supports.exp
b/gcc/testsuite/lib/target-supports.exp
index 212995b949cb5571ab8aa35ce1d57b2990c148e6..4a5ae033631c76e0b869979901aaac8758db5c83 100644
(file)
--- 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.