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

Unified Diff: src/a64/lithium-gap-resolver-a64.h

Issue 143493006: A64: Eliminate static initializers (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: updates Created 6 years, 10 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 | « src/a64/instructions-a64.cc ('k') | src/a64/lithium-gap-resolver-a64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/a64/lithium-gap-resolver-a64.h
diff --git a/src/a64/lithium-gap-resolver-a64.h b/src/a64/lithium-gap-resolver-a64.h
index fb3281212ffa1648ef142788a5fd732580c943b7..427065933e82a1857ccdde465d0e1187fa999bfd 100644
--- a/src/a64/lithium-gap-resolver-a64.h
+++ b/src/a64/lithium-gap-resolver-a64.h
@@ -71,9 +71,6 @@ class LGapResolver BASE_EMBEDDED {
// Verify the move list before performing moves.
void Verify();
- // Register used to break cycle in moves list.
- static const Register kSavedValue;
-
LCodeGen* cgen_;
// List of moves not yet resolved.
« no previous file with comments | « src/a64/instructions-a64.cc ('k') | src/a64/lithium-gap-resolver-a64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698