Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 17107) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -66,7 +66,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(XmmRegister result, |
|
Ivan Posva
2013/01/16 01:17:56
ditto
regis
2013/01/16 01:55:07
Done.
|
| Register reg, |
| Register temp, |
| Label* not_double_or_smi); |