From 8c288065d5fc53ac40ca26140b5561940faf835a Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 9 Jan 2013 02:20:31 +0000 Subject: [PATCH] TableGen/LangRef: link bang operators into the productionlist Now BangOperator should be nicely hyperlinked. Pointed out by Joel Jones. llvm-svn: 171942 --- docs/TableGen/LangRef.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/TableGen/LangRef.rst b/docs/TableGen/LangRef.rst index 506d2077a63..92fdb4a6e6d 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 ======