From patchwork Thu Nov 22 18:08:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Remove 'Utf' constraint documentation for AArch64. Date: Thu, 22 Nov 2012 08:08:56 -0000 From: Marcus Shawcroft X-Patchwork-Id: 201101 Message-Id: <50AE6A38.70109@arm.com> To: "gcc-patches@gcc.gnu.org" This patch removes the documentation for the AArch64 constraint 'Utf'. The implementation was removed before the port was merged to trunk, but the documentation was missed. Committed as obvious. /Marcus 2012-11-22 Marcus Shawcroft * doc/md.texi (AArch64 family): Remove Utf. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 297058c..6a4e0be 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1727,9 +1727,6 @@ A memory address which uses a single base register with no offset A memory address suitable for a load/store pair instruction in SI, DI, SF and DF modes -@item Utf -A memory address suitable for a load/store pair instruction in TF mode - @end table