| Index: runtime/vm/code_generator.h
|
| ===================================================================
|
| --- runtime/vm/code_generator.h (revision 11125)
|
| +++ runtime/vm/code_generator.h (working copy)
|
| @@ -57,9 +57,9 @@
|
| V(DeoptPolymorphicInstanceCallTestFail) \
|
| V(DeoptIntegerToDouble) \
|
| V(DeoptDoubleToDouble) \
|
| - V(DeoptSmiBinaryOp) \
|
| - V(DeoptMintBinaryOp) \
|
| - V(DeoptDoubleBinaryOp) \
|
| + V(DeoptBinarySmiOp) \
|
| + V(DeoptBinaryMintOp) \
|
| + V(DeoptBinaryDoubleOp) \
|
| V(DeoptInstanceSetterSameTarget) \
|
| V(DeoptInstanceSetter) \
|
| V(DeoptSmiEquality) \
|
|
|