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

Unified Diff: runtime/vm/il_printer.cc

Issue 676743002: IR cleanup: pass deopt id as constructor argument instead of doing deopt_id_ assignment. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « runtime/vm/flow_graph_optimizer.cc ('k') | runtime/vm/intermediate_language.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/il_printer.cc
diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
index e9eea97c1bb91a3f9b0dd57c04f97c0c674475c2..5a34fccb304b116ad227c7a1c78fbe5bbc5a99e0 100644
--- a/runtime/vm/il_printer.cc
+++ b/runtime/vm/il_printer.cc
@@ -662,11 +662,6 @@ void Simd32x4GetSignMaskInstr::PrintOperandsTo(BufferFormatter* f) const {
}
-void Float32x4ZeroInstr::PrintOperandsTo(BufferFormatter* f) const {
- f->Print("ZERO ");
-}
-
-
void Float32x4SplatInstr::PrintOperandsTo(BufferFormatter* f) const {
f->Print("SPLAT ");
value()->PrintTo(f);
@@ -750,11 +745,6 @@ void Simd64x2ShuffleInstr::PrintOperandsTo(BufferFormatter* f) const {
}
-void Float64x2ZeroInstr::PrintOperandsTo(BufferFormatter* f) const {
- f->Print("Float64x2.zero ");
-}
-
-
void Float64x2SplatInstr::PrintOperandsTo(BufferFormatter* f) const {
f->Print("Float64x2.splat ");
value()->PrintTo(f);
« no previous file with comments | « runtime/vm/flow_graph_optimizer.cc ('k') | runtime/vm/intermediate_language.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698