| Index: src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.cc b/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| index 18ec4718e1d38a7d76cf3aeb6c1e778dbcb22b34..9c91fe0c9256837ff0746b5f397454c243b1625c 100644
|
| --- a/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| +++ b/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| @@ -1964,7 +1964,7 @@ void LCodeGen::DoCallWithDescriptor(LCallWithDescriptor* instr) {
|
| // TODO(all): on ARM we use a call descriptor to specify a storage mode
|
| // but on ARM64 we only have one storage mode so it isn't necessary. Check
|
| // this understanding is correct.
|
| - __ Call(code, RelocInfo::CODE_TARGET, TypeFeedbackId::None());
|
| + __ Call(code, RelocInfo::CODE_TARGET);
|
| } else {
|
| DCHECK(instr->target()->IsRegister());
|
| Register target = ToRegister(instr->target());
|
|
|