Fix invalid use of int in Zone.
authorbmeurer <bmeurer@chromium.org>
Thu, 12 Feb 2015 12:46:58 +0000 (04:46 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 12 Feb 2015 12:47:18 +0000 (12:47 +0000)
commit4465836c8a615ed6c15c8d80bb414ce8d9f0624c
treedd6b27c96a8253e818b344be463267f25afc3050
parente87c0bac3540b8ba24b02dfcc65af485f4020157
Fix invalid use of int in Zone.

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

Cr-Commit-Position: refs/heads/master@{#26609}
19 files changed:
src/ast.h
src/compiler.cc
src/compiler.h
src/compiler/instruction-selector.cc
src/compiler/node-cache.cc
src/compiler/raw-machine-assembler.cc
src/compiler/register-allocator-verifier.cc
src/compiler/register-allocator.cc
src/compiler/scheduler.cc
src/compiler/value-numbering-reducer.cc
src/compiler/x64/code-generator-x64.cc
src/hydrogen.cc
src/hydrogen.h
src/lithium-allocator.cc
src/lithium-allocator.h
src/typing.h
src/zone.cc
src/zone.h
test/unittests/compiler/zone-pool-unittest.cc