| Index: src/x64/lithium-codegen-x64.cc
|
| diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc
|
| index c242874c52b61b31e2c6cc20d686dbcb27911f01..6a2deea7852c96ea64f81f47e99e636f561e20c9 100644
|
| --- a/src/x64/lithium-codegen-x64.cc
|
| +++ b/src/x64/lithium-codegen-x64.cc
|
| @@ -1549,7 +1549,7 @@ void LCodeGen::DoIsNullAndBranch(LIsNullAndBranch* instr) {
|
|
|
| int false_block = chunk_->LookupDestination(instr->false_block_id());
|
|
|
| - if (instr->hydrogen()->representation().IsSpecialization() ||
|
| + if (instr->hydrogen()->representation().IsUntagged() ||
|
| instr->hydrogen()->type().IsSmi()) {
|
| // If the expression is known to untagged or smi, then it's definitely
|
| // not null, and it can't be a an undetectable object.
|
|
|