| Index: src/ia32/codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/codegen-ia32.cc (revision 3400)
|
| +++ src/ia32/codegen-ia32.cc (working copy)
|
| @@ -7041,7 +7041,7 @@
|
| switch (op_) {
|
| case Token::ADD: {
|
| // Test for string arguments before calling runtime.
|
| - Label not_strings, both_strings, not_string1, string1;
|
| + Label not_strings, not_string1, string1;
|
| Result answer;
|
| __ mov(eax, Operand(esp, 2 * kPointerSize)); // First argument.
|
| __ mov(edx, Operand(esp, 1 * kPointerSize)); // Second argument.
|
|
|