Use FullCodeGenerator::EmitGlobalVariableLoad() where possible to avoid code duplication.
authorishell <ishell@chromium.org>
Tue, 7 Jul 2015 15:04:45 +0000 (08:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Jul 2015 15:04:53 +0000 (15:04 +0000)
commitf043ab861839402d45af3724611671daf6a798c0
tree081a4bad43c88d82d4ee291a6a3a7b98e94b5739
parentea560a9be9eb48f652cd000162d73d135a6fb938
Use FullCodeGenerator::EmitGlobalVariableLoad() where possible to avoid code duplication.

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

Cr-Commit-Position: refs/heads/master@{#29520}
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/full-codegen.cc
src/full-codegen.h
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/ppc/full-codegen-ppc.cc
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc