| Index: src/log.cc
|
| diff --git a/src/log.cc b/src/log.cc
|
| index dfcf4ff90789593cb89543920ca77032d367fb74..d5395150147fe33d041a8e1de81f13be41a03452 100644
|
| --- a/src/log.cc
|
| +++ b/src/log.cc
|
| @@ -1534,7 +1534,6 @@ void Logger::LogCodeObject(Object* object) {
|
| return; // We log this later using LogCompiledFunctions.
|
| case AbstractCode::BINARY_OP_IC: // fall through
|
| case AbstractCode::COMPARE_IC: // fall through
|
| - case AbstractCode::COMPARE_NIL_IC: // fall through
|
| case AbstractCode::TO_BOOLEAN_IC: // fall through
|
|
|
| case AbstractCode::STUB:
|
|
|