| Index: runtime/vm/flow_graph_compiler_x64.cc
|
| diff --git a/runtime/vm/flow_graph_compiler_x64.cc b/runtime/vm/flow_graph_compiler_x64.cc
|
| index ef95acc1583b92e11aaad9c6248c6ba32a94efe7..32bd90d0074d5efb8036f0b3242f1b3d8705ddd5 100644
|
| --- a/runtime/vm/flow_graph_compiler_x64.cc
|
| +++ b/runtime/vm/flow_graph_compiler_x64.cc
|
| @@ -37,7 +37,7 @@ void FlowGraphCompiler::Bailout(const char* reason) {
|
|
|
| void FlowGraphCompiler::LoadValue(Value* value) {
|
| if (value->IsConstant()) {
|
| - ConstantValue* constant = value->AsConstant();
|
| + ConstantVal* constant = value->AsConstant();
|
| if (constant->instance().IsSmi()) {
|
| int64_t imm = reinterpret_cast<int64_t>(constant->instance().raw());
|
| __ movq(RAX, Immediate(imm));
|
|
|