Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 9034) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -1530,6 +1530,7 @@ |
| class BinaryOpComp : public TemplateComputation<2> { |
| public: |
| enum OperandsType { |
| + kIllegalOperands, |
|
regis
2012/06/22 20:50:12
Would kUnrecognizedOperands or kDynamicOperands be
srdjan
2012/06/22 20:54:26
kDynamicOperands
|
| kSmiOperands, |
| kMintOperands, |
| kDoubleOperands |