Revision: 14781
Author: [email protected]
Date: Thu May 23 09:54:12 2013
Log: Fix assert on ARM
[email protected]
Review URL: https://chromiumcodereview.appspot.com/15886004
http://code.google.com/p/v8/source/detail?r=14781
Modified:
/branches/bleeding_edge/src/arm/lithium-arm.cc
=======================================
--- /branches/bleeding_edge/src/arm/lithium-arm.cc Thu May 23 08:01:17 2013
+++ /branches/bleeding_edge/src/arm/lithium-arm.cc Thu May 23 09:54:12 2013
@@ -2202,7 +2202,7 @@
if (instr->representation().IsDouble()) {
obj = UseTempRegister(instr->elements());
} else {
- ASSERT(instr->representation().IsTagged());
+ ASSERT(instr->representation().IsSmiOrTagged());
obj = UseRegisterAtStart(instr->elements());
}
result = new(zone()) LLoadKeyed(obj, key);
--
--
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/groups/opt_out.