Revision: 5100 Author: [email protected] Date: Mon Jul 19 23:23:36 2010 Log: Update Code::NUMBER_OF_KINDS to include binary op ICs.
Review URL: http://codereview.chromium.org/3027013 http://code.google.com/p/v8/source/detail?r=5100 Modified: /branches/bleeding_edge/src/objects.h ======================================= --- /branches/bleeding_edge/src/objects.h Fri Jul 16 03:07:57 2010 +++ /branches/bleeding_edge/src/objects.h Mon Jul 19 23:23:36 2010 @@ -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
