| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 17107)
|
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
|
| @@ -67,7 +67,7 @@
|
| // Bail out of the flow graph compiler. Does not return to the caller.
|
| void Bailout(const char* reason);
|
|
|
| - void LoadDoubleOrSmiToXmm(XmmRegister result,
|
| + void LoadDoubleOrSmiToFpu(FpuRegister result,
|
| Register reg,
|
| Register temp,
|
| Label* not_double_or_smi);
|
|
|