Revision: 20688
Author:   [email protected]
Date:     Fri Apr 11 12:40:26 2014 UTC
Log:      MIPS: Implement handlified String::Equals and Name::Equals.

Port r20669 (29a6ec29)

Note:
This commit fixes a typo.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/234993003
http://code.google.com/p/v8/source/detail?r=20688

Modified:
 /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc Fri Apr 11 07:27:25 2014 UTC +++ /branches/bleeding_edge/src/mips/lithium-codegen-mips.cc Fri Apr 11 12:40:26 2014 UTC
@@ -5524,7 +5524,7 @@
   // register.
   Condition final_branch_condition = kNoCondition;
   Register scratch = scratch0();
-  Factory* factory = isolate()->factory();facto
+  Factory* factory = isolate()->factory();
   if (String::Equals(type_name, factory->number_string())) {
     __ JumpIfSmi(input, true_label);
     __ lw(input, FieldMemOperand(input, HeapObject::kMapOffset));

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to