diff options
Diffstat (limited to 'llvm/docs/TableGen/LangRef.rst')
-rw-r--r-- | llvm/docs/TableGen/LangRef.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/TableGen/LangRef.rst b/llvm/docs/TableGen/LangRef.rst index 58da6285c07..285572fa481 100644 --- a/llvm/docs/TableGen/LangRef.rst +++ b/llvm/docs/TableGen/LangRef.rst @@ -97,7 +97,9 @@ wide variety of meanings: BangOperator: one of :!eq !if !head !tail !con :!add !shl !sra !srl !and - :!cast !empty !subst !foreach !listconcat !strconcat + :!or !empty !subst !foreach !strconcat + :!cast !listconcat + Syntax ====== |