| Index: src/hydrogen-check-elimination.cc
|
| diff --git a/src/hydrogen-check-elimination.cc b/src/hydrogen-check-elimination.cc
|
| index 21bf6c97d854a81135f2508f9db3d0a14d6a8801..e393234067095408e1a68bb107212f9ef90903e9 100644
|
| --- a/src/hydrogen-check-elimination.cc
|
| +++ b/src/hydrogen-check-elimination.cc
|
| @@ -285,7 +285,8 @@ class HCheckTable : public ZoneObject {
|
| HGraph* graph = instr->block()->graph();
|
| HCheckMaps* new_check_maps =
|
| HCheckMaps::New(graph->zone(), NULL, instr->value(),
|
| - intersection, instr->typecheck());
|
| + intersection, instr->typecheck(),
|
| + instr->has_migration_target());
|
| if (entry->check_ != NULL &&
|
| entry->check_->block() == instr->block()) {
|
| // There is a check in the same block so replace it with a more
|
|
|