summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2014-04-07 22:42:53 +0000
committerSean Silva <silvas@purdue.edu>2014-04-07 22:42:53 +0000
commitba9e79f7ef5b73612459b61bf34046a64aff37db (patch)
treee21c5aaa5615abadff5fb37a29b9af5d5152e4aa
parent71e245c1f6047e4e66340fd744fdbe1284b3058c (diff)
downloadllvm-ba9e79f7ef5b73612459b61bf34046a64aff37db.tar.gz
llvm-ba9e79f7ef5b73612459b61bf34046a64aff37db.tar.bz2
llvm-ba9e79f7ef5b73612459b61bf34046a64aff37db.tar.xz
[docs] Update link title
docs/TableGen/ is not really just "fundamentals" anymore, but rather more of a portal for all things TableGen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205743 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 726a392320..a55795e3a0 100644
--- a/docs/index.rst
+++ b/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.