Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index 9ccbc9ce7d58c31ac9cf5002ff60d3f967a12967..f86f7ffe107301a1153dc44184756fdf871314c5 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -236,13 +236,9 @@ static void GenerateFastCloneShallowArrayCommon( |
int length, |
FastCloneShallowArrayStub::Mode mode, |
Label* fail) { |
- // Stack and register layout on entry: |
+ // Registers on entry: |
// |
- // [esp + kPointerSize]: constant elements. |
- // [esp + (2 * kPointerSize)]: literal index. |
- // [esp + (3 * kPointerSize)]: literals array. |
- // eax: literal index. |
- // ecx: literals array. |
+ // ecx: boilerplate literal array. |
ASSERT(mode != FastCloneShallowArrayStub::CLONE_ANY_ELEMENTS); |
// All sizes here are multiples of kPointerSize. |