Revision: 23406
Author:   [email protected]
Date:     Tue Aug 26 14:26:10 2014 UTC
Log:      Compilation fix.

Unnecessary assert irritated builder.

[email protected]

Review URL: https://codereview.chromium.org/501393002
https://code.google.com/p/v8/source/detail?r=23406

Modified:
 /branches/bleeding_edge/src/ic/ic.cc

=======================================
--- /branches/bleeding_edge/src/ic/ic.cc        Tue Aug 26 14:12:47 2014 UTC
+++ /branches/bleeding_edge/src/ic/ic.cc        Tue Aug 26 14:26:10 2014 UTC
@@ -3191,14 +3191,12 @@

 RUNTIME_FUNCTION(VectorLoadIC_MissFromStubFailure) {
   // TODO(mvstanton): To be enabled when ICs can accept a vector and slot
-  DCHECK(!"Not yet implemented");
   return NULL;
 }


 RUNTIME_FUNCTION(VectorKeyedLoadIC_MissFromStubFailure) {
   // TODO(mvstanton): To be enabled when ICs can accept a vector and slot
-  DCHECK(!"Not yet implemented");
   return NULL;
 }

--
--
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.

Reply via email to