diff options
author | Sean Silva <silvas@purdue.edu> | 2014-04-07 22:42:53 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2014-04-07 22:42:53 +0000 |
commit | 0b4df9b3f4c97ee12d94547cded401c236cab9fd (patch) | |
tree | 13bcbeccf724040be2becc281b403238907d7974 /llvm/docs | |
parent | d02bf3e0e57a0e5084f7a3ab95ba4ce1344edebb (diff) | |
download | bcm5719-llvm-0b4df9b3f4c97ee12d94547cded401c236cab9fd.tar.gz bcm5719-llvm-0b4df9b3f4c97ee12d94547cded401c236cab9fd.zip |
[docs] Update link title
docs/TableGen/ is not really just "fundamentals" anymore, but rather
more of a portal for all things TableGen.
llvm-svn: 205743
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 726a3923207..a55795e3a0c 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -248,7 +248,7 @@ For API clients and LLVM developers. working on retargetting LLVM to a new architecture, designing a new codegen pass, or enhancing existing components. -:doc:`TableGen Fundamentals <TableGen/index>` +:doc:`TableGen <TableGen/index>` Describes the TableGen tool, which is used heavily by the LLVM code generator. |