Index: runtime/vm/token.h |
diff --git a/runtime/vm/token.h b/runtime/vm/token.h |
index 0f5ff542d88873c99a5c109409521a9cd39c010a..58c9f07557c728ccd78a078739303e987dcbcc80 100644 |
--- a/runtime/vm/token.h |
+++ b/runtime/vm/token.h |
@@ -301,6 +301,8 @@ class Token { |
static bool IsBinaryArithmeticOperator(Token::Kind token); |
static bool IsUnaryArithmeticOperator(Token::Kind token); |
+ static bool IsBinaryBitwiseOperator(Token::Kind token); |
+ |
// For a comparison operation return an operation for the negated comparison: |
// !(a (op) b) === a (op') b |
static Token::Kind NegateComparison(Token::Kind op) { |