* doc/md.texi (vec_perm_const): Fix typo in cindex.
authorRichard Henderson <rth@redhat.com>
Mon, 10 Oct 2011 16:22:21 +0000 (09:22 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 10 Oct 2011 16:22:21 +0000 (09:22 -0700)
From-SVN: r179759

gcc/ChangeLog
gcc/doc/md.texi

index d006b4f..2925ee2 100644 (file)
@@ -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>
 
index b61a99b..fe27210 100644 (file)
@@ -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}.