Revision: 6736
Author: [email protected]
Date: Thu Feb 10 08:45:03 2011
Log: Fix presubmit.
TBR: ager
http://code.google.com/p/v8/source/detail?r=6736
Modified:
/branches/bleeding_edge/src/x64/lithium-codegen-x64.cc
=======================================
--- /branches/bleeding_edge/src/x64/lithium-codegen-x64.cc Thu Feb 10
08:33:01 2011
+++ /branches/bleeding_edge/src/x64/lithium-codegen-x64.cc Thu Feb 10
08:45:03 2011
@@ -1997,7 +1997,7 @@
void LCodeGen::DoCallNamed(LCallNamed* instr) {
- ASSERT(ToRegister(instr->result()).is(rax));
+ ASSERT(ToRegister(instr->result()).is(rax));
int arity = instr->arity();
Handle<Code> ic = StubCache::ComputeCallInitialize(arity, NOT_IN_LOOP);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev