Index: src/crankshaft/hydrogen-gvn.h |
diff --git a/src/crankshaft/hydrogen-gvn.h b/src/crankshaft/hydrogen-gvn.h |
index a5e2168603d88288f37cf28bc2e9642b015e7bfa..9a8d40710fec3e8a229ce06dcc549121596a37d2 100644 |
--- a/src/crankshaft/hydrogen-gvn.h |
+++ b/src/crankshaft/hydrogen-gvn.h |
@@ -126,7 +126,6 @@ class HGlobalValueNumberingPhase final : public HPhase { |
void ProcessLoopBlock(HBasicBlock* block, |
HBasicBlock* before_loop, |
SideEffects loop_kills); |
- bool AllowCodeMotion(); |
bool ShouldMove(HInstruction* instr, HBasicBlock* loop_header); |
TrackedEffects Print(SideEffects side_effects) { |
return TrackedEffects(&side_effects_tracker_, side_effects); |