Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Issue 11175005: MIPS: Fix compilation under clang. (Closed)

Created:
8 years, 2 months ago by palfia
Modified:
8 years, 2 months ago
Reviewers:
kisg, Paul Lind, danno
CC:
v8-dev
Visibility:
Public.

Description

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= Committed: https://code.google.com/p/v8/source/detail?r=12748

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -12 lines) Patch
M src/mips/assembler-mips.h View 1 chunk +9 lines, -6 lines 0 comments Download
M src/mips/lithium-mips.cc View 2 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
palfia
8 years, 2 months ago (2012-10-16 12:58:21 UTC) #1
danno
8 years, 2 months ago (2012-10-17 14:19:45 UTC) #2
lgtm, I'll land this for you

Powered by Google App Engine
This is Rietveld 408576698