diff options
author | Richard Henderson <rth@redhat.com> | 2011-10-10 09:22:21 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-10-10 09:22:21 -0700 |
commit | 82675d94dedc9b052cf83b7d028b5c25786c2cfa (patch) | |
tree | 224bf71a51be21985b87b7ceb3081ce0875e858a | |
parent | aafdb0d754c6f7e221f60d5eb5365015f59abbf4 (diff) | |
download | gcc-82675d94dedc9b052cf83b7d028b5c25786c2cfa.tar.gz |
* doc/md.texi (vec_perm_const): Fix typo in cindex.
From-SVN: r179759
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/md.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d006b4f40b9..2925ee259d4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-10-10 Richard Henderson <rth@redhat.com> + + * doc/md.texi (vec_perm_const): Fix typo in cindex. + 2011-10-10 Kirill Yukhin <kirill.yukhin@intel.com> Yakovlev Vladimir <vladimir.b.yakovlev@intel.com> diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index b61a99b3df7..fe27210d293 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -4041,7 +4041,7 @@ be computed modulo @math{2*@var{N}}. Note that if @code{rtx_equal_p(operand1, operand2)}, this can be implemented with just operand 1 and selector elements modulo @var{N}. -@cindex @code{vec_perm_const@var{m}) instruction pattern +@cindex @code{vec_perm_const@var{m}} instruction pattern @item @samp{vec_perm_const@var{m}} Like @samp{vec_perm} except that the permutation is a compile-time constant. That is, operand 3, the @dfn{selector}, is a @code{CONST_VECTOR}. |