| Index: src/crankshaft/hydrogen-instructions.h
|
| diff --git a/src/crankshaft/hydrogen-instructions.h b/src/crankshaft/hydrogen-instructions.h
|
| index b8d6fbbc3017c5589a4883f0f48e9440afaaf008..fb5d41340d349515682e838e2b6ca00e3782057e 100644
|
| --- a/src/crankshaft/hydrogen-instructions.h
|
| +++ b/src/crankshaft/hydrogen-instructions.h
|
| @@ -2175,7 +2175,8 @@ class HCallWithDescriptor final : public HInstruction {
|
| } else {
|
| int par_index = index - 2;
|
| DCHECK(par_index < GetParameterCount());
|
| - return RepresentationFromType(descriptor_.GetParameterType(par_index));
|
| + return RepresentationFromMachineType(
|
| + descriptor_.GetParameterType(par_index));
|
| }
|
| }
|
|
|
|
|