Index: runtime/vm/branch_optimizer.h |
diff --git a/runtime/vm/branch_optimizer.h b/runtime/vm/branch_optimizer.h |
index caef6a73a100dea260ba5d468de0220a862a5491..5758a7ce5340caf21d3f257de41ff31599a45f0c 100644 |
--- a/runtime/vm/branch_optimizer.h |
+++ b/runtime/vm/branch_optimizer.h |
@@ -26,8 +26,7 @@ class BranchSimplifier : public AllStatic { |
// Replace a target entry instruction with a join entry instruction. Does |
// not update the original target's predecessors to point to the new block |
// and does not replace the target in already computed block order lists. |
- static JoinEntryInstr* ToJoinEntry(Zone* zone, |
- TargetEntryInstr* target); |
+ static JoinEntryInstr* ToJoinEntry(Zone* zone, TargetEntryInstr* target); |
private: |
// Match an instance of the pattern to rewrite. See the implementation |