OSDN Git Service

ART: Replace COMPILE_ASSERT with static_assert (compiler)
authorAndreas Gampe <agampe@google.com>
Tue, 4 Nov 2014 06:57:30 +0000 (22:57 -0800)
committerAndreas Gampe <agampe@google.com>
Tue, 4 Nov 2014 07:40:41 +0000 (23:40 -0800)
commit785d2f2116bb57418d81bb55b55a087afee11053
tree34e7ea4f2c7473c8fe173c64451b4153fc909cd7
parent07f09809c0575e985249450843b06f266b831fe1
ART: Replace COMPILE_ASSERT with static_assert (compiler)

Replace all occurrences of COMPILE_ASSERT in the compiler tree.

Change-Id: Icc40a38c8bdeaaf7305ab3352a838a2cd7e7d840
16 files changed:
compiler/dex/local_value_numbering.h
compiler/dex/mir_field_info.h
compiler/dex/mir_graph.h
compiler/dex/mir_method_info.h
compiler/dex/mir_optimization.cc
compiler/dex/quick/arm/target_arm.cc
compiler/dex/quick/arm64/assemble_arm64.cc
compiler/dex/quick/codegen_util.cc
compiler/dex/quick/dex_file_method_inliner.cc
compiler/dex/quick/mir_to_lir.h
compiler/dex/quick/quick_compiler.cc
compiler/dex/quick/resource_mask.cc
compiler/jni/quick/arm/calling_convention_arm.cc
compiler/oat_writer.h
compiler/optimizing/locations.h
compiler/utils/arena_allocator.cc