Revision: 14885
Author: [email protected]
Date: Wed May 29 05:48:06 2013
Log: Fix AccessArgumentsAt on ARM. Use register for index.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/15690009
http://code.google.com/p/v8/source/detail?r=14885
Modified:
/branches/bleeding_edge/src/arm/lithium-arm.cc
=======================================
--- /branches/bleeding_edge/src/arm/lithium-arm.cc Wed May 29 05:20:32 2013
+++ /branches/bleeding_edge/src/arm/lithium-arm.cc Wed May 29 05:48:06 2013
@@ -2485,7 +2485,7 @@
index = UseOrConstant(instr->index());
} else {
length = UseTempRegister(instr->length());
- index = Use(instr->index());
+ index = UseRegisterAtStart(instr->index());
}
return DefineAsRegister(new(zone()) LAccessArgumentsAt(args, length,
index));
}
--
--
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.