Index: runtime/vm/flow_graph_compiler_x64.h |
=================================================================== |
--- runtime/vm/flow_graph_compiler_x64.h (revision 17110) |
+++ 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(FpuRegister result, |
Register reg, |
Register temp, |
Label* not_double_or_smi); |