Index: src/crankshaft/arm64/lithium-codegen-arm64.cc |
diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.cc b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
index 09465f196f82d9847505bccc146978603516e449..2edc75c873658ffc328c82c85ad5c1eb85cd2326 100644 |
--- a/src/crankshaft/arm64/lithium-codegen-arm64.cc |
+++ b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
@@ -609,13 +609,6 @@ bool LCodeGen::GeneratePrologue() { |
if (info()->IsOptimizing()) { |
ProfileEntryHookStub::MaybeCallEntryHook(masm_); |
- |
-#ifdef DEBUG |
- if (strlen(FLAG_stop_at) > 0 && |
- info()->literal()->name()->IsUtf8EqualTo(CStrVector(FLAG_stop_at))) { |
- __ Debug("stop-at", __LINE__, BREAK); |
- } |
-#endif |
} |
DCHECK(__ StackPointer().Is(jssp)); |