Index: src/crankshaft/ia32/lithium-codegen-ia32.cc |
diff --git a/src/crankshaft/ia32/lithium-codegen-ia32.cc b/src/crankshaft/ia32/lithium-codegen-ia32.cc |
index 09dd3b9f011e932ddf68d260a766157a4da9b1fd..e247597646985024d4ae53b3df0223e311ee6bc5 100644 |
--- a/src/crankshaft/ia32/lithium-codegen-ia32.cc |
+++ b/src/crankshaft/ia32/lithium-codegen-ia32.cc |
@@ -131,13 +131,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)); |