Index: src/crankshaft/x64/lithium-codegen-x64.cc |
diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc |
index 26bac62573228972ce0decfe766ad6abf140e05c..6993acafdef0c80ca598282c8cd471fe185eac76 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.cc |
+++ b/src/crankshaft/x64/lithium-codegen-x64.cc |
@@ -118,13 +118,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))) { |
- __ int3(); |
- } |
-#endif |
} |
info()->set_prologue_offset(masm_->pc_offset()); |