summaryrefslogtreecommitdiffstats
path: root/compiler/dex/compiler_enums.h
diff options
context:
space:
mode:
authorWei Wang <wangw@codeaurora.org>2015-07-21 12:18:48 -0700
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:20:36 -0600
commit048801b194a1664f1fc1dd55338f44e92c283138 (patch)
treecc010c5edd8d359acbb40ebf4a5b8c843868a5ae /compiler/dex/compiler_enums.h
parent22983bd723dcc57e62bbc21d052e11ff8d1d218f (diff)
downloadandroid_art-048801b194a1664f1fc1dd55338f44e92c283138.tar.gz
android_art-048801b194a1664f1fc1dd55338f44e92c283138.tar.bz2
android_art-048801b194a1664f1fc1dd55338f44e92c283138.zip
ART: extension
1. add hooks for further extension 2. minor code change Change-Id: I2615013b899f5f9b3495546e6001863fb054861a
Diffstat (limited to 'compiler/dex/compiler_enums.h')
-rw-r--r--compiler/dex/compiler_enums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h
index b78b3d7d75..78323794b1 100644
--- a/compiler/dex/compiler_enums.h
+++ b/compiler/dex/compiler_enums.h
@@ -355,6 +355,7 @@ enum MIROptimizationFlagPositions {
kMIRInlinedPred, // Invoke is inlined via prediction.
kMIRCallee, // Instruction is inlined from callee.
kMIRIgnoreSuspendCheck,
+ kMIRIgnoreZeroDivCheck,
kMIRDup,
kMIRMark, // Temporary node mark can be used by
// opt passes for their private needs.