[llvm] r287299 - [Docs][TableGen] Remove reference to tablegen supporting octal integers. It doesn't and hasn't for at least 9 years.

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 18:28:50 PST 2016


Author: ctopper
Date: Thu Nov 17 20:28:50 2016
New Revision: 287299

URL: http://llvm.org/viewvc/llvm-project?rev=287299&view=rev
Log:
[Docs][TableGen] Remove reference to tablegen supporting octal integers. It doesn't and hasn't for at least 9 years.

Modified:
    llvm/trunk/docs/TableGen/LangIntro.rst

Modified: llvm/trunk/docs/TableGen/LangIntro.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGen/LangIntro.rst?rev=287299&r1=287298&r2=287299&view=diff
==============================================================================
--- llvm/trunk/docs/TableGen/LangIntro.rst (original)
+++ llvm/trunk/docs/TableGen/LangIntro.rst Thu Nov 17 20:28:50 2016
@@ -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
 




More information about the llvm-commits mailing list