Index: src/x64/codegen-x64.cc |
=================================================================== |
--- src/x64/codegen-x64.cc (revision 4359) |
+++ src/x64/codegen-x64.cc (working copy) |
@@ -9068,15 +9068,6 @@ |
default: |
UNREACHABLE(); |
} |
- |
- // TODO(kaznacheev) Remove this (along with clearing) if it does not harm |
- // performance. |
- // Generate an unreachable reference to the DEFAULT stub so that it can be |
- // found at the end of this stub when clearing ICs at GC. |
- if (runtime_operands_type_ != BinaryOpIC::DEFAULT) { |
- GenericBinaryOpStub uninit(MinorKey(), BinaryOpIC::DEFAULT); |
- __ TailCallStub(&uninit); |
- } |
} |