MIPS: Fix compilation under clang.
authordanno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Oct 2012 14:20:43 +0000 (14:20 +0000)
committerdanno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Oct 2012 14:20:43 +0000 (14:20 +0000)
commit966b08440c8aa9f7b215ba148e37a6d1e6397a8a
tree9acf1ddac7abfcd407f3041570d287a78cf3958c
parentb61933ba1003c9342798d4a567f42a8eb7b36f3b
MIPS: Fix compilation under clang.

Clang is a little more picky than gcc on unused variable
warnings, which become errors with -Werror. Clean up
these cases for mips.

BUG=
TEST=

Review URL: https://codereview.chromium.org/11175005
Patch from Akos Palfi <palfia@homejinni.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12748 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/assembler-mips.h
src/mips/lithium-mips.cc