diff options
Diffstat (limited to 'llvm/docs/TableGen/LangRef.rst')
-rw-r--r-- | llvm/docs/TableGen/LangRef.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/TableGen/LangRef.rst b/llvm/docs/TableGen/LangRef.rst index 5079bc60e3f..8f8b3613db5 100644 --- a/llvm/docs/TableGen/LangRef.rst +++ b/llvm/docs/TableGen/LangRef.rst @@ -100,7 +100,8 @@ wide variety of meanings: :!or !empty !subst !foreach !strconcat :!cast !listconcat !size !foldl :!isa !dag !le !lt !ge - :!gt !ne !mul !listsplat + :!gt !ne !mul !listsplat !setop + :!getop TableGen also has !cond operator that needs a slightly different syntax compared to other "bang operators": |