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

Unified Diff: runtime/vm/flow_graph_type_propagator.cc

Issue 1950553002: VM: Remove PushTempInstr, simplify SSA renaming. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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: runtime/vm/flow_graph_type_propagator.cc
diff --git a/runtime/vm/flow_graph_type_propagator.cc b/runtime/vm/flow_graph_type_propagator.cc
index b4a5f3b227e20f2c7ae9f71a912aed4066612df2..f95e6b28d07c4aa52c0a03bb45a31828719f9605 100644
--- a/runtime/vm/flow_graph_type_propagator.cc
+++ b/runtime/vm/flow_graph_type_propagator.cc
@@ -910,11 +910,6 @@ CompileType LoadLocalInstr::ComputeType() const {
}
-CompileType PushTempInstr::ComputeType() const {
- return CompileType::Dynamic();
-}
-
-
CompileType DropTempsInstr::ComputeType() const {
return *value()->Type();
}

Powered by Google App Engine
This is Rietveld 408576698