MIPS: Drop unnecessary receiver validity checks from {Load,Store}IC_Normal.
authorakos.palfi@imgtec.com <akos.palfi@imgtec.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 15 Jul 2014 19:00:02 +0000 (19:00 +0000)
committerakos.palfi@imgtec.com <akos.palfi@imgtec.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 15 Jul 2014 19:00:02 +0000 (19:00 +0000)
commit1578cfee1da4fccb54377cb61c9b74c7da46d63c
tree159fc6b9483d99205ab6520bcecfe923f47cb20c
parentdb477d7f49ecb9a69a38cf61290e312887d69553
MIPS: Drop unnecessary receiver validity checks from {Load,Store}IC_Normal.

Port r22391 (fe86010)

Original commit message:
Since these builtins are used as handlers after a map check/dispatch, they don't need to check the receiver again.

BUG=
R=akos.palfi@imgtec.com

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

Patch from Balazs Kilvady <kilvadyb@homejinni.com>.

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22411 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/ic-mips.cc
src/mips64/ic-mips64.cc