diff options
-rw-r--r-- | llvm/docs/TableGen/LangIntro.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/TableGen/LangIntro.rst b/llvm/docs/TableGen/LangIntro.rst index c1391e73646..d8bd17d750b 100644 --- a/llvm/docs/TableGen/LangIntro.rst +++ b/llvm/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 |