| Index: runtime/vm/constant_propagator.h
|
| diff --git a/runtime/vm/constant_propagator.h b/runtime/vm/constant_propagator.h
|
| index c8a2b5925adc74084a3d5cecb727ff7365217a79..024cbefed2a0636da9a94b8e35cb4fe6d1295ba0 100644
|
| --- a/runtime/vm/constant_propagator.h
|
| +++ b/runtime/vm/constant_propagator.h
|
| @@ -60,6 +60,7 @@ class ConstantPropagator : public FlowGraphVisitor {
|
| }
|
|
|
| void VisitBinaryIntegerOp(BinaryIntegerOpInstr* binary_op);
|
| + void VisitUnaryIntegerOp(UnaryIntegerOpInstr* unary_op);
|
|
|
| virtual void VisitBlocks() { UNREACHABLE(); }
|
|
|
|
|