Index: src/disassembler.cc |
diff --git a/src/disassembler.cc b/src/disassembler.cc |
index 7036e1b62d214995372963e7b3e3f3010f173185..aaf011c2c443a06cd32310da39749b2fbb51ec51 100644 |
--- a/src/disassembler.cc |
+++ b/src/disassembler.cc |
@@ -201,11 +201,6 @@ static int DecodeIt(Isolate* isolate, std::ostream* os, |
Code* code = Code::GetCodeFromTargetAddress(relocinfo.target_address()); |
Code::Kind kind = code->kind(); |
if (code->is_inline_cache_stub()) { |
- if (kind == Code::LOAD_GLOBAL_IC && |
- LoadGlobalICState::GetTypeofMode(code->extra_ic_state()) == |
- INSIDE_TYPEOF) { |
- out.AddFormatted(" inside typeof,"); |
- } |
out.AddFormatted(" %s", Code::Kind2String(kind)); |
if (!IC::ICUseVector(kind)) { |
InlineCacheState ic_state = IC::StateFromCode(code); |