summaryrefslogtreecommitdiffstats
path: root/compiler/dex/compiler_enums.h
diff options
context:
space:
mode:
authorMingyao Yang <mingyao@google.com>2014-04-18 12:10:58 -0700
committerMingyao Yang <mingyao@google.com>2014-04-18 14:50:14 -0700
commit80365d9bb947edef0eae0bfe62b9f7a239416e6b (patch)
tree97a25de360ab1622e8f7a44614ec9b0aa7b27090 /compiler/dex/compiler_enums.h
parentfa25af3e3410537e86b485682d519dafbad01753 (diff)
downloadart-80365d9bb947edef0eae0bfe62b9f7a239416e6b.tar.gz
art-80365d9bb947edef0eae0bfe62b9f7a239416e6b.tar.bz2
art-80365d9bb947edef0eae0bfe62b9f7a239416e6b.zip
Revert "Revert "Use LIRSlowPath for throwing ArrayOutOfBoundsException.""
This adds back using LIRSlowPath for ArrayIndexOutOfBoundsException. And fix the host test crash. Change-Id: Idbb602f4bb2c5ce59233feb480a0ff1b216e4887
Diffstat (limited to 'compiler/dex/compiler_enums.h')
-rw-r--r--compiler/dex/compiler_enums.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h
index 8a88d618cc..6f4fa3ab50 100644
--- a/compiler/dex/compiler_enums.h
+++ b/compiler/dex/compiler_enums.h
@@ -323,8 +323,6 @@ enum X86ConditionCode {
std::ostream& operator<<(std::ostream& os, const X86ConditionCode& kind);
enum ThrowKind {
- kThrowArrayBounds,
- kThrowConstantArrayBounds,
kThrowNoSuchMethod,
};