Reviewers: mvstanton,
Message:
Committed patchset #1 (id:1) manually as 24913 (tree was closed).
Description:
Fix for the cctest compilation issue on Mac after r24911.
[email protected]
Committed: https://code.google.com/p/v8/source/detail?r=24913
Please review this at https://codereview.chromium.org/667153005/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -1 lines):
M test/cctest/test-feedback-vector.cc
Index: test/cctest/test-feedback-vector.cc
diff --git a/test/cctest/test-feedback-vector.cc
b/test/cctest/test-feedback-vector.cc
index
656e23b20035b54177db93b48737381191cb4199..79c6ea26686c20239dab1b37207564d7ad775953
100644
--- a/test/cctest/test-feedback-vector.cc
+++ b/test/cctest/test-feedback-vector.cc
@@ -90,7 +90,7 @@ TEST(VectorICMetadata) {
kind = Code::CALL_IC;
else if (i % 3 == 1)
kind = Code::LOAD_IC;
- else if (i % 3 == 2)
+ else
kind = Code::KEYED_LOAD_IC;
vector->SetKind(FeedbackVectorICSlot(i), kind);
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.