From 3d85988107d431e906e5c14771f41ab5c2623c1f Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 18 Nov 2016 02:28:50 +0000 Subject: [PATCH] [Docs][TableGen] Remove reference to tablegen supporting octal integers. It doesn't and hasn't for at least 9 years. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287299 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGen/LangIntro.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/TableGen/LangIntro.rst b/docs/TableGen/LangIntro.rst index c1391e73646..d8bd17d750b 100644 --- a/docs/TableGen/LangIntro.rst +++ b/docs/TableGen/LangIntro.rst @@ -98,9 +98,6 @@ supported include: Note that this is sized by the number of bits given and will not be silently extended/truncated. -``07654321`` - octal integer value (indicated by a leading 0) - ``7`` decimal integer value -- 2.50.1