summaryrefslogtreecommitdiff
path: root/src/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Anwar Ghuloum <anwarg@google.com> 2013-06-27 07:13:43 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2013-06-27 07:13:43 +0000
commite53ebbcf98d004f0e1f631a630d0344d104e3dc6 (patch)
tree6190aab5b5c6061a25df9931e1b0dbd6229d0a95 /src/compiler/driver/compiler_driver.h
parenteac1880f791c4a2b18f1b197cc6289a28ec11252 (diff)
parent39f992750ac1eb7e51955d3e52bddc32b37c370f (diff)
Merge changes I3b33358e,I7467ee05 into dalvik-dev
* changes: Added wrapper functions for register acccess in Instruction. Added support for SEA IR.
Diffstat (limited to 'src/compiler/driver/compiler_driver.h')
-rw-r--r--src/compiler/driver/compiler_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/driver/compiler_driver.h b/src/compiler/driver/compiler_driver.h
index fdd2149f7f..b37b74b042 100644
--- a/src/compiler/driver/compiler_driver.h
+++ b/src/compiler/driver/compiler_driver.h
@@ -404,6 +404,7 @@ class CompilerDriver {
uint32_t class_dex_idx, uint32_t method_idx,
jobject class_loader, const DexFile& dex_file);
CompilerFn compiler_;
+ CompilerFn sea_ir_compiler_;
CompilerFn dex_to_dex_compiler_;