| Index: src/compiler/scheduler.cc
|
| diff --git a/src/compiler/scheduler.cc b/src/compiler/scheduler.cc
|
| index c3fa6b94abe6abbf9c7178b133a7c68fac40d507..4952827124a80c985d2558da024e739c5154e419 100644
|
| --- a/src/compiler/scheduler.cc
|
| +++ b/src/compiler/scheduler.cc
|
| @@ -715,7 +715,7 @@ bool Scheduler::ConnectFloatingControl() {
|
| Trace(" Floating control #%d:%s was scheduled in B%d\n", node->id(),
|
| node->op()->mnemonic(), block->id().ToInt());
|
| ConnectFloatingControlSubgraph(block, node);
|
| - return true;
|
| + break;
|
| }
|
| }
|
| }
|
|
|