Revision: 24913
Author: [email protected]
Date: Mon Oct 27 16:58:38 2014 UTC
Log: Fix for the cctest compilation issue on Mac after r24911.
[email protected]
Review URL: https://codereview.chromium.org/667153005
https://code.google.com/p/v8/source/detail?r=24913
Modified:
/branches/bleeding_edge/test/cctest/test-feedback-vector.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-feedback-vector.cc Mon Oct 27
16:34:28 2014 UTC
+++ /branches/bleeding_edge/test/cctest/test-feedback-vector.cc Mon Oct 27
16:58:38 2014 UTC
@@ -90,7 +90,7 @@
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.