DescriptionFix compilation error introduced with r15287.
REGEXP was added to Code::Kind after TO_BOOLEAN_IC, but NUMBER_OF_KINDS,
which is used as array size for table[] in ReportCodeKindStatistics, was
still TO_BOOLEAN_IC + 1 (indirectly via LAST_IC_KIND).
BUG=
R=svenpanne@chromium.org
Committed: 15315
Patch Set 1 #Patch Set 2 : Updated fix #
Total comments: 6
Patch Set 3 : Trivial cleanup #Patch Set 4 : Next try #
Messages
Total messages: 9 (0 generated)
|