Chromium Code Reviews| Index: runtime/vm/code_generator.h |
| =================================================================== |
| --- runtime/vm/code_generator.h (revision 13286) |
| +++ runtime/vm/code_generator.h (working copy) |
| @@ -63,6 +63,7 @@ |
| V(DoubleToDouble) \ |
| V(BinarySmiOp) \ |
| V(BinaryMintOp) \ |
| + V(ShiftMintOp) \ |
|
Kevin Millikin (Google)
2012/10/05 12:52:58
This is also an binary op. Maybe BinaryMintOp sho
Florian Schneider
2012/10/05 14:40:31
The names are not ideal. I plan to rename them eve
|
| V(BinaryDoubleOp) \ |
| V(InstanceSetterSameTarget) \ |
| V(InstanceSetter) \ |