summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/Record.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/TableGen/Record.h')
-rw-r--r--llvm/utils/TableGen/Record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/Record.h b/llvm/utils/TableGen/Record.h
index 4284cabf855..3a15ca5767f 100644
--- a/llvm/utils/TableGen/Record.h
+++ b/llvm/utils/TableGen/Record.h
@@ -802,7 +802,7 @@ public:
///
class BinOpInit : public OpInit {
public:
- enum BinaryOp { SHL, SRA, SRL, STRCONCAT, CONCAT, NAMECONCAT };
+ enum BinaryOp { SHL, SRA, SRL, STRCONCAT, CONCAT, NAMECONCAT, REGMATCH };
private:
BinaryOp Opc;
Init *LHS, *RHS;
OpenPOWER on IntegriCloud