| Index: src/crankshaft/arm64/lithium-arm64.cc
|
| diff --git a/src/crankshaft/arm64/lithium-arm64.cc b/src/crankshaft/arm64/lithium-arm64.cc
|
| index 39381d87bfdbad82283cacbafc097dd29a955bc8..603cbacc4b1138db54a69a0017a46a7fdb6b7539 100644
|
| --- a/src/crankshaft/arm64/lithium-arm64.cc
|
| +++ b/src/crankshaft/arm64/lithium-arm64.cc
|
| @@ -972,7 +972,7 @@ LInstruction* LChunkBuilder::DoBranch(HBranch* instr) {
|
| return new(zone()) LBranch(UseRegister(value), TempRegister(), NULL);
|
| }
|
|
|
| - ToBooleanStub::Types expected = instr->expected_input_types();
|
| + ToBooleanICStub::Types expected = instr->expected_input_types();
|
| bool needs_temps = expected.NeedsMap() || expected.IsEmpty();
|
| LOperand* temp1 = needs_temps ? TempRegister() : NULL;
|
| LOperand* temp2 = needs_temps ? TempRegister() : NULL;
|
|
|