diff options
author | Sean Silva <silvas@purdue.edu> | 2013-01-09 02:20:31 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-01-09 02:20:31 +0000 |
commit | 45e4147345f62b6b10b4f35e807a363858adb481 (patch) | |
tree | 076e4b64ad84bd6cd2a83b6474ce2859f82108e9 /llvm/docs/TableGen | |
parent | 543fd7f8be1e8e01392d5e96bcca5fb12d1d7b4f (diff) | |
download | bcm5719-llvm-45e4147345f62b6b10b4f35e807a363858adb481.tar.gz bcm5719-llvm-45e4147345f62b6b10b4f35e807a363858adb481.zip |
TableGen/LangRef: link bang operators into the productionlist
Now BangOperator should be nicely hyperlinked.
Pointed out by Joel Jones.
llvm-svn: 171942
Diffstat (limited to 'llvm/docs/TableGen')
-rw-r--r-- | llvm/docs/TableGen/LangRef.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/llvm/docs/TableGen/LangRef.rst b/llvm/docs/TableGen/LangRef.rst index 506d2077a63..92fdb4a6e6d 100644 --- a/llvm/docs/TableGen/LangRef.rst +++ b/llvm/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 ====== |