From 82675d94dedc9b052cf83b7d028b5c25786c2cfa Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 10 Oct 2011 09:22:21 -0700 Subject: [PATCH] * doc/md.texi (vec_perm_const): Fix typo in cindex. From-SVN: r179759 --- gcc/ChangeLog | 4 ++++ gcc/doc/md.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * doc/md.texi (vec_perm_const): Fix typo in cindex. + 2011-10-10 Kirill Yukhin Yakovlev Vladimir 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}. -- 2.30.2