OSDN Git Service

Consistently use k{InstructionSet}WordSize.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 19 Nov 2014 08:47:18 +0000 (08:47 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 19 Nov 2014 08:47:18 +0000 (08:47 +0000)
commit86a8d7afc7f00ff0f5ea7b8aaf4d50514250a4e6
tree3db61320369973e463f67927a8983d7eb0d9f860
parent255a5bde2f0014dc86a564555106a4291c0867b4
Consistently use k{InstructionSet}WordSize.

These constants were defined prior to k{InstructionSet}PointerSize. So
use them consistently in optimizing as a first step. We can discuss
whether we should remove them in a second step.

Change-Id: If129de1a3bb8b65f8d9c816a8ad466815fb202e6
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_arm.h
compiler/optimizing/code_generator_arm64.cc
compiler/optimizing/code_generator_arm64.h
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/code_generator_x86.h
compiler/optimizing/code_generator_x86_64.cc
compiler/optimizing/code_generator_x86_64.h