[compiler] Remove broken support for undetectable strings.
authorbmeurer <bmeurer@chromium.org>
Wed, 12 Aug 2015 12:01:21 +0000 (05:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 12 Aug 2015 12:01:40 +0000 (12:01 +0000)
commitb62dbf1efdec68ae709b0e91d3b7c13171b720c9
tree38e615019c33367898dc5b95c96c2437bf3bb602
parent6690d4704575d0c4b8f14e6d8b32a1e289cd3363
[compiler] Remove broken support for undetectable strings.

Support for undetectable strings was officially dropped in
https://codereview.chromium.org/916753002, but the compilers
weren't fixed properly.

R=yangguo@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30132}
14 files changed:
src/arm/lithium-codegen-arm.cc
src/arm64/lithium-codegen-arm64.cc
src/code-stubs.cc
src/code-stubs.h
src/full-codegen/arm/full-codegen-arm.cc
src/full-codegen/arm64/full-codegen-arm64.cc
src/full-codegen/ia32/full-codegen-ia32.cc
src/full-codegen/mips/full-codegen-mips.cc
src/full-codegen/mips64/full-codegen-mips64.cc
src/full-codegen/x64/full-codegen-x64.cc
src/ia32/lithium-codegen-ia32.cc
src/mips/lithium-codegen-mips.cc
src/mips64/lithium-codegen-mips64.cc
src/x64/lithium-codegen-x64.cc