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

Unified Diff: src/compiler/instruction-selector.h

Issue 677433002: Add floor, ceil, round (truncate) instructions for ia32, x64 (if SSE4.1) and (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix integer overflow. Created 6 years, 2 months 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
Index: src/compiler/instruction-selector.h
diff --git a/src/compiler/instruction-selector.h b/src/compiler/instruction-selector.h
index e4bd409764b0eeb00c97c88f2d48753109d8ea91..3c148e3098f8b93b0f9f86eeb4376ef3a449370a 100644
--- a/src/compiler/instruction-selector.h
+++ b/src/compiler/instruction-selector.h
@@ -185,6 +185,8 @@ class InstructionSelector FINAL {
void VisitThrow(Node* value);
void VisitDeoptimize(Node* deopt);
+ void UnsupportedOperator(Node* node);
+
// ===========================================================================
Schedule* schedule() const { return schedule_; }

Powered by Google App Engine
This is Rietveld 408576698