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

Unified Diff: src/x64/deoptimizer-x64.cc

Issue 419803009: [x64] Get rid of the stupid SmiConstantRegister. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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: src/x64/deoptimizer-x64.cc
diff --git a/src/x64/deoptimizer-x64.cc b/src/x64/deoptimizer-x64.cc
index b2ef1b64d76271956ef25ce858ea342f9734883d..cbd287a95b50aff0ccfbfd33ccff19613d3d9f8d 100644
--- a/src/x64/deoptimizer-x64.cc
+++ b/src/x64/deoptimizer-x64.cc
@@ -299,7 +299,6 @@ void Deoptimizer::EntryGenerator::Generate() {
// Set up the roots register.
__ InitializeRootRegister();
- __ InitializeSmiConstantRegister();
// Return to the continuation point.
__ ret(0);

Powered by Google App Engine
This is Rietveld 408576698