Reviewers: Igor Sheludko,

Message:
Committed patchset #1 (id:1) manually as 24527 (tree was closed).

Description:
Bogus assert caused turbofan failure.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=24527

Please review this at https://codereview.chromium.org/643913002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+0, -2 lines):
  M src/ast.h


Index: src/ast.h
diff --git a/src/ast.h b/src/ast.h
index 6cb866925968ee34f2b08ccc88a23e34eebe31d6..09b70de28ef6441da9094cf92254ef46a3e9d639 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -1967,8 +1967,6 @@ class CallRuntime FINAL : public Expression {
   }

   int CallRuntimeFeedbackSlot() {
-    DCHECK(!is_jsruntime() ||
-           callruntime_feedback_slot_ != kInvalidFeedbackSlot);
     return callruntime_feedback_slot_;
   }



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