summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorNicolai Haehnle <nhaehnle@gmail.com>2018-03-14 11:00:57 +0000
committerNicolai Haehnle <nhaehnle@gmail.com>2018-03-14 11:00:57 +0000
commitaa9ca691cde9d650ec92049ca851a311baf6d15c (patch)
tree49aa182b2f58d71b004fbf4014fe8ecfb7fcba57 /llvm/include
parentb61c26e6140caa8ba4d2e2329dcbdb18333f47a6 (diff)
downloadbcm5719-llvm-aa9ca691cde9d650ec92049ca851a311baf6d15c.tar.gz
bcm5719-llvm-aa9ca691cde9d650ec92049ca851a311baf6d15c.zip
TableGen: Add !ne, !le, !lt, !ge, and !gt comparisons
Change-Id: I8e2ece677268972d578a787467f7ef52a1f33a71 Differential revision: https://reviews.llvm.org/D44114 llvm-svn: 327496
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/TableGen/Record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/TableGen/Record.h b/llvm/include/llvm/TableGen/Record.h
index 411a7bd8c0b..58fb6c818bb 100644
--- a/llvm/include/llvm/TableGen/Record.h
+++ b/llvm/include/llvm/TableGen/Record.h
@@ -803,7 +803,7 @@ public:
class BinOpInit : public OpInit, public FoldingSetNode {
public:
enum BinaryOp : uint8_t { ADD, AND, OR, SHL, SRA, SRL, LISTCONCAT,
- STRCONCAT, CONCAT, EQ };
+ STRCONCAT, CONCAT, EQ, NE, LE, LT, GE, GT };
private:
Init *LHS, *RHS;
OpenPOWER on IntegriCloud