summaryrefslogtreecommitdiff
path: root/dex2oat/dex2oat.cc
diff options
context:
space:
mode:
author Dave Allison <dallison@google.com> 2014-07-10 01:55:25 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-07-09 14:42:04 +0000
commit672f8367f74e5db7d26714cd6fa1a13fa2a6c59f (patch)
tree4becd76b50de9b80dd1fb411a1891bacbe4c77c3 /dex2oat/dex2oat.cc
parent4770a2e6d56398a6b4398fcce14fea43394e0d1b (diff)
parent3d14eb620716e92c21c4d2c2d11a95be53319791 (diff)
Merge "Revert "Add implicit null and stack checks for x86""
Diffstat (limited to 'dex2oat/dex2oat.cc')
-rw-r--r--dex2oat/dex2oat.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/dex2oat/dex2oat.cc b/dex2oat/dex2oat.cc
index 8800d18eee..80e77245fc 100644
--- a/dex2oat/dex2oat.cc
+++ b/dex2oat/dex2oat.cc
@@ -738,7 +738,6 @@ void CheckExplicitCheckOptions(InstructionSet isa, bool* explicit_null_checks,
switch (isa) {
case kArm:
case kThumb2:
- case kX86:
break; // All checks implemented, leave as is.
default: // No checks implemented, reset all to explicit checks.