Index: runtime/vm/intermediate_language.cc |
diff --git a/runtime/vm/intermediate_language.cc b/runtime/vm/intermediate_language.cc |
index 3869329698d03e1673511807f032458ec79c6663..3950f3e3dd1411cae845c7df6de233726a6e18b0 100644 |
--- a/runtime/vm/intermediate_language.cc |
+++ b/runtime/vm/intermediate_language.cc |
@@ -2969,21 +2969,6 @@ void CurrentContextInstr::EmitNativeCode(FlowGraphCompiler* compiler) { |
} |
-LocationSummary* PushTempInstr::MakeLocationSummary(Zone* zone, |
- bool optimizing) const { |
- return LocationSummary::Make(zone, |
- 1, |
- Location::NoLocation(), |
- LocationSummary::kNoCall); |
-} |
- |
- |
-void PushTempInstr::EmitNativeCode(FlowGraphCompiler* compiler) { |
- ASSERT(!compiler->is_optimizing()); |
- // Nothing to do. |
-} |
- |
- |
LocationSummary* DropTempsInstr::MakeLocationSummary(Zone* zone, |
bool optimizing) const { |
return (InputCount() == 1) |