Index: src/disassembler.cc |
diff --git a/src/disassembler.cc b/src/disassembler.cc |
index cce3c45560aa362e1c0d239f5dceb7dc2a6cf4e4..1e67b4cb66dd851cb55b7e7c8c64a1f7e2091125 100644 |
--- a/src/disassembler.cc |
+++ b/src/disassembler.cc |
@@ -247,9 +247,6 @@ static int DecodeIt(FILE* f, |
PropertyType type = code->type(); |
out.AddFormatted(", %s", Code::PropertyType2String(type)); |
} |
- if (code->ic_in_loop() == IN_LOOP) { |
- out.AddFormatted(", in_loop"); |
- } |
if (kind == Code::CALL_IC || kind == Code::KEYED_CALL_IC) { |
out.AddFormatted(", argc = %d", code->arguments_count()); |
} |