Reviewers: Rico, Description: Update Code::NUMBER_OF_KINDS to include binary op ICs.
Please review this at http://codereview.chromium.org/3027013/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/objects.h Index: src/objects.h =================================================================== --- src/objects.h (revision 5098) +++ src/objects.h (working copy) @@ -2725,7 +2725,7 @@ }; enum { - NUMBER_OF_KINDS = KEYED_STORE_IC + 1 + NUMBER_OF_KINDS = LAST_IC_KIND + 1 }; #ifdef ENABLE_DISASSEMBLER -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
