diff options
author | 2014-02-14 18:37:08 +0000 | |
---|---|---|
committer | 2014-02-18 10:03:48 +0000 | |
commit | f5df8974173124faddb8e2b6a331959afdb94fdf (patch) | |
tree | 26114bf466b445c60176b06a2f8a01f1e14e9358 /compiler/dex/compiler_ir.h | |
parent | 32a6c7f3bd76bbe574675d44b7d8076995690a5b (diff) |
Rewrite the compiler interface for CompilerDriver.
Change-Id: I15fa9afe7ffb7283ebda8d788a1e02793e3f75a6
Diffstat (limited to 'compiler/dex/compiler_ir.h')
-rw-r--r-- | compiler/dex/compiler_ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/compiler_ir.h b/compiler/dex/compiler_ir.h index 32fd79bab8..ea8eb1cfa2 100644 --- a/compiler/dex/compiler_ir.h +++ b/compiler/dex/compiler_ir.h @@ -68,7 +68,7 @@ struct CompilationUnit { uint32_t disable_opt; // opt_control_vector flags. uint32_t enable_debug; // debugControlVector flags. bool verbose; - CompilerBackend compiler_backend; + const CompilerBackend* compiler_backend; InstructionSet instruction_set; const InstructionSetFeatures& GetInstructionSetFeatures() { |