Index: src/compiler/machine-operator.h |
diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h |
index fcd13853c20a3a6d2b42cd1fc79cbbb34f1f033f..00fefe3539bc00dce5d37df2ab64621df61fb9c5 100644 |
--- a/src/compiler/machine-operator.h |
+++ b/src/compiler/machine-operator.h |
@@ -192,7 +192,9 @@ class MachineOperatorBuilder final : public ZoneObject { |
bool Uint32DivIsSafe() const { return flags_ & kUint32DivIsSafe; } |
const Operator* Int64Add(); |
+ const Operator* Int64AddWithOverflow(); |
const Operator* Int64Sub(); |
+ const Operator* Int64SubWithOverflow(); |
const Operator* Int64Mul(); |
const Operator* Int64Div(); |
const Operator* Int64Mod(); |