Cleanup unnecessary duplication of runtime functions.
authormstarzinger <mstarzinger@chromium.org>
Wed, 5 Aug 2015 11:20:07 +0000 (04:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 5 Aug 2015 11:22:21 +0000 (11:22 +0000)
commit899c4284d50603a6276a8bf5c988d30cdd192411
tree74e0d44d21b19f5c257cae97595347feac67715f
parentd261c79064be3cfa5b706c2ee5793100e3c1ed52
Cleanup unnecessary duplication of runtime functions.

R=yangguo@chromium.org

Review URL: https://codereview.chromium.org/1269323003

Cr-Commit-Position: refs/heads/master@{#30023}
19 files changed:
src/arm/code-stubs-arm.cc
src/arm64/code-stubs-arm64.cc
src/code-stubs.cc
src/compiler/linkage.cc
src/compiler/simplified-lowering.cc
src/hydrogen.cc
src/ia32/code-stubs-ia32.cc
src/mips/code-stubs-mips.cc
src/mips64/code-stubs-mips64.cc
src/ppc/code-stubs-ppc.cc
src/runtime/runtime-maths.cc
src/runtime/runtime-numbers.cc
src/runtime/runtime-regexp.cc
src/runtime/runtime-scopes.cc
src/runtime/runtime-strings.cc
src/runtime/runtime.h
src/x64/code-stubs-x64.cc
src/x87/code-stubs-x87.cc
test/mjsunit/regress/string-compare-memcmp.js