Chromium Code Reviews

Unified Diff: src/compiler/verifier.cc

Issue 668173002: Add Float64Round operator. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Remove comma at end of enumerator list. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/compiler/verifier.cc
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
index f2ad4bae70c330b8960c96ff2b01d496c23fb9d6..ec931938a8c462406fbdd4c75ca7a651f3859c07 100644
--- a/src/compiler/verifier.cc
+++ b/src/compiler/verifier.cc
@@ -648,6 +648,7 @@ GenericGraphVisit::Control Verifier::Visitor::Pre(Node* node) {
case IrOpcode::kFloat64Equal:
case IrOpcode::kFloat64LessThan:
case IrOpcode::kFloat64LessThanOrEqual:
+ case IrOpcode::kFloat64Round:
case IrOpcode::kTruncateInt64ToInt32:
case IrOpcode::kTruncateFloat64ToFloat32:
case IrOpcode::kTruncateFloat64ToInt32:

Powered by Google App Engine