Index: src/crankshaft/x87/lithium-codegen-x87.cc |
diff --git a/src/crankshaft/x87/lithium-codegen-x87.cc b/src/crankshaft/x87/lithium-codegen-x87.cc |
index ed3c2e5a711c3850af6648f29c67621881ba463c..3d81843abbedfd6c9b1cfe9fe754606f996b94d0 100644 |
--- a/src/crankshaft/x87/lithium-codegen-x87.cc |
+++ b/src/crankshaft/x87/lithium-codegen-x87.cc |
@@ -100,13 +100,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 |
- |
if (support_aligned_spilled_doubles_ && dynamic_frame_alignment_) { |
// Move state of dynamic frame alignment into edx. |
__ Move(edx, Immediate(kNoAlignmentPadding)); |