Index: src/ia32/codegen-ia32.cc |
=================================================================== |
--- src/ia32/codegen-ia32.cc (revision 4560) |
+++ src/ia32/codegen-ia32.cc (working copy) |
@@ -1258,8 +1258,6 @@ |
Result answer; |
if (left_is_string) { |
if (right_is_string) { |
- // TODO(lrn): if both are constant strings |
- // -- do a compile time cons, if allocation during codegen is allowed. |
StringAddStub stub(NO_STRING_CHECK_IN_STUB); |
answer = frame_->CallStub(&stub, 2); |
} else { |