summaryrefslogtreecommitdiff
path: root/docs/TableGen
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2016-11-18 02:28:50 +0000
committerCraig Topper <craig.topper@gmail.com>2016-11-18 02:28:50 +0000
commit3d85988107d431e906e5c14771f41ab5c2623c1f (patch)
treefa2ddaa4021da936482b1af1d11444572a46664f /docs/TableGen
parentfdec4f508b9fd7a74ca956060719bdaf08e5ee60 (diff)
[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
Diffstat (limited to 'docs/TableGen')
-rw-r--r--docs/TableGen/LangIntro.rst3
1 files changed, 0 insertions, 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