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

Unified Diff: runtime/vm/opt_code_generator_ia32.cc

Issue 10521004: Eliminate RawObject::class_ field entirely. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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/opt_code_generator_ia32.cc
diff --git a/runtime/vm/opt_code_generator_ia32.cc b/runtime/vm/opt_code_generator_ia32.cc
index 272cd0487f2e259189dd64104a55d2fb7253f07f..bb19a60aa199b1ba808542af8826871e8e001eb8 100644
--- a/runtime/vm/opt_code_generator_ia32.cc
+++ b/runtime/vm/opt_code_generator_ia32.cc
@@ -2749,7 +2749,6 @@ bool OptimizingCodeGenerator::TryInlineStaticCall(StaticCallNode* node) {
__ sqrtsd(XMM0, XMM1);
AssemblerMacros::TryAllocate(assembler_,
double_class_,
- EBX, // Class register.
&call_method,
EAX); // Result register.
__ movsd(FieldAddress(EAX, Double::value_offset()), XMM0);

Powered by Google App Engine
This is Rietveld 408576698