Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Unified Diff: runtime/vm/intermediate_language.h

Issue 764633002: Remove eager assertion from UnboxedIntConverterInstr. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intermediate_language.h
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
index 6d8c42ebb2b18fa073133976f51a0437fcc60b13..3f3f2a24af0b88c97a8c07e32cac1402b5859f2f 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -7476,7 +7476,6 @@ class UnboxedIntConverterInstr : public TemplateDefinition<1, NoThrow> {
(to == kUnboxedUint32) ||
(to == kUnboxedInt32));
SetInputAt(0, value);
- ASSERT(!CanDeoptimize() || (deopt_id != Isolate::kNoDeoptId));
}
Value* value() const { return inputs_[0]; }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698