Minor change to FullCodeGenerator::EmitFastAsciiArrayJoin
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 1 Mar 2011 08:17:13 +0000 (08:17 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 1 Mar 2011 08:17:13 +0000 (08:17 +0000)
commit8f78eb7d4cb76df45f30a765f0a3c3ad6881e452
treedba5c348406b11f2a23c3722f0188d7210d53b6c
parentc63d9c97cf9f2810c24867ce88ad162cf2cd576c
Minor change to FullCodeGenerator::EmitFastAsciiArrayJoin

The counting loop is always run at least once, and checking the loop condition once is sufficient.
Review URL: http://codereview.chromium.org/6592010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6979 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ia32/full-codegen-ia32.cc