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

Unified Diff: runtime/vm/locations.h

Issue 10828115: Implement simple spill store elimination. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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/locations.h
diff --git a/runtime/vm/locations.h b/runtime/vm/locations.h
index c47a5603cf93715bbd8f5ddad7ad5451ffdb83ea..03364632d94994e2037064723bf5ff0aa4961736 100644
--- a/runtime/vm/locations.h
+++ b/runtime/vm/locations.h
@@ -171,6 +171,7 @@ class Location : public ValueObject {
const char* Name() const;
void PrintTo(BufferFormatter* f) const;
+ void Print() const;
// Compare two locations.
bool Equals(Location other) const {

Powered by Google App Engine
This is Rietveld 408576698