summaryrefslogtreecommitdiff
path: root/docs/TableGen
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-09 02:20:31 +0000
committerSean Silva <silvas@purdue.edu>2013-01-09 02:20:31 +0000
commit96a05b3074e8633db936d6ba337a0d2bd6a7dd95 (patch)
tree652b01704843cfbd4678d2a8fa3a2b3107ccfe5e /docs/TableGen
parent104f2b5e9180d078b85014d7d8850d869f3f1ec1 (diff)
downloadllvm-96a05b3074e8633db936d6ba337a0d2bd6a7dd95.tar.gz
llvm-96a05b3074e8633db936d6ba337a0d2bd6a7dd95.tar.bz2
llvm-96a05b3074e8633db936d6ba337a0d2bd6a7dd95.tar.xz
TableGen/LangRef: link bang operators into the productionlist
Now BangOperator should be nicely hyperlinked. Pointed out by Joel Jones. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171942 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGen')
-rw-r--r--docs/TableGen/LangRef.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/TableGen/LangRef.rst b/docs/TableGen/LangRef.rst
index 506d2077a6..92fdb4a6e6 100644
--- a/docs/TableGen/LangRef.rst
+++ b/docs/TableGen/LangRef.rst
@@ -86,11 +86,13 @@ TableGen also has the following keywords::
int let list multiclass string
TableGen also has "bang operators" which have a
-wide variety of meanings::
+wide variety of meanings:
- !eq !if !head !tail !con
- !shl !sra !srl
- !cast !empty !subst !foreach !strconcat
+.. productionlist::
+ BangOperator: one of
+ :!eq !if !head !tail !con
+ :!shl !sra !srl
+ :!cast !empty !subst !foreach !strconcat
Syntax
======