| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 8493)
|
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
|
| @@ -70,6 +70,11 @@
|
| // Bail out of the flow graph compiler. Does not return to the caller.
|
| void Bailout(const char* reason);
|
|
|
| + void LoadDoubleOrSmiToXmm(XmmRegister result,
|
| + Register reg,
|
| + Register temp,
|
| + Label* not_double_or_smi);
|
| +
|
| // Returns 'true' if code generation for this function is complete, i.e.,
|
| // no fall-through to regular code is needed.
|
| bool TryIntrinsify();
|
|
|