| Index: runtime/vm/intermediate_language.h
|
| diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
|
| index 268e6448ce4342f76de9d026b58f755ba0080676..880408840b1e7a001d2799b8207e06a4a2e2284a 100644
|
| --- a/runtime/vm/intermediate_language.h
|
| +++ b/runtime/vm/intermediate_language.h
|
| @@ -6731,6 +6731,9 @@ class InvokeMathCFunctionInstr : public Definition {
|
| virtual bool MayThrow() const { return false; }
|
|
|
| private:
|
| + static const intptr_t kSavedSpTempIndex = 0;
|
| + static const intptr_t kObjectTempIndex = 1;
|
| + static const intptr_t kDoubleTempIndex = 2;
|
| virtual void RawSetInputAt(intptr_t i, Value* value) {
|
| (*inputs_)[i] = value;
|
| }
|
|
|