commit | aa9ca691cde9d650ec92049ca851a311baf6d15c | [log] [tgz] |
---|---|---|
author | Nicolai Haehnle <nhaehnle@gmail.com> | Wed Mar 14 11:00:57 2018 +0000 |
committer | Nicolai Haehnle <nhaehnle@gmail.com> | Wed Mar 14 11:00:57 2018 +0000 |
tree | 49aa182b2f58d71b004fbf4014fe8ecfb7fcba57 | |
parent | b61c26e6140caa8ba4d2e2329dcbdb18333f47a6 [diff] [blame] |
TableGen: Add !ne, !le, !lt, !ge, and !gt comparisons Change-Id: I8e2ece677268972d578a787467f7ef52a1f33a71 Differential revision: https://reviews.llvm.org/D44114 llvm-svn: 327496
diff --git a/llvm/docs/TableGen/LangRef.rst b/llvm/docs/TableGen/LangRef.rst index 5955050..534cac2 100644 --- a/llvm/docs/TableGen/LangRef.rst +++ b/llvm/docs/TableGen/LangRef.rst
@@ -99,7 +99,8 @@ :!add !shl !sra !srl !and :!or !empty !subst !foreach !strconcat :!cast !listconcat !size !foldl - :!isa !dag + :!isa !dag !le !lt !ge + :!gt !ne Syntax