summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/compiler/node-matchers.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/compiler/node-matchers.h')
-rw-r--r--chromium/v8/src/compiler/node-matchers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/v8/src/compiler/node-matchers.h b/chromium/v8/src/compiler/node-matchers.h
index cf0df2d6360..bd93b545e12 100644
--- a/chromium/v8/src/compiler/node-matchers.h
+++ b/chromium/v8/src/compiler/node-matchers.h
@@ -39,7 +39,7 @@ struct NodeMatcher {
bool IsComparison() const;
-#define DEFINE_IS_OPCODE(Opcode) \
+#define DEFINE_IS_OPCODE(Opcode, ...) \
bool Is##Opcode() const { return opcode() == IrOpcode::k##Opcode; }
ALL_OP_LIST(DEFINE_IS_OPCODE)
#undef DEFINE_IS_OPCODE