Chromium Code Reviews| Index: src/x64/codegen-x64.cc |
| =================================================================== |
| --- src/x64/codegen-x64.cc (revision 3980) |
| +++ src/x64/codegen-x64.cc (working copy) |
| @@ -8898,6 +8898,11 @@ |
| } |
| +Handle<Code> GetBinaryOpStub(int key, BinaryOpIC::TypeInfo type_info) { |
| + return Handle<Code>::null(); |
| +} |
| + |
| + |
| int CompareStub::MinorKey() { |
| // Encode the three parameters in a unique 16 bit value. |
| ASSERT(static_cast<unsigned>(cc_) < (1 << 14)); |