| Index: src/compiler/jump-threading.cc
|
| diff --git a/src/compiler/jump-threading.cc b/src/compiler/jump-threading.cc
|
| index 96fb5db532400b8569632b09ab71b5a6919bb90d..7b53b5cbc3eead9e77be56b71f6d7467ddb46804 100644
|
| --- a/src/compiler/jump-threading.cc
|
| +++ b/src/compiler/jump-threading.cc
|
| @@ -80,10 +80,6 @@ bool JumpThreading::ComputeForwarding(Zone* local_zone,
|
| // can't skip instructions with non redundant moves.
|
| TRACE(" parallel move\n");
|
| fallthru = false;
|
| - } else if (instr->IsSourcePosition()) {
|
| - // skip source positions.
|
| - TRACE(" src pos\n");
|
| - continue;
|
| } else if (FlagsModeField::decode(instr->opcode()) != kFlags_none) {
|
| // can't skip instructions with flags continuations.
|
| TRACE(" flags\n");
|
|
|