1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

TableGen/LangRef: link bang operators into the productionlist

Now BangOperator should be nicely hyperlinked.

Pointed out by Joel Jones.

llvm-svn: 171942
This commit is contained in:
Sean Silva 2013-01-09 02:20:31 +00:00
parent 4d52e97d28
commit 8c288065d5

View File

@ -86,11 +86,13 @@ TableGen also has the following keywords::
int let list multiclass string int let list multiclass string
TableGen also has "bang operators" which have a TableGen also has "bang operators" which have a
wide variety of meanings:: wide variety of meanings:
!eq !if !head !tail !con .. productionlist::
!shl !sra !srl BangOperator: one of
!cast !empty !subst !foreach !strconcat :!eq !if !head !tail !con
:!shl !sra !srl
:!cast !empty !subst !foreach !strconcat
Syntax Syntax
====== ======