summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2016-07-04 12:10:53 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-07-04 12:10:53 +0000
commitd80c5d2368b4455c452e8b4fe2d8511fe1c0430c (patch)
treea3882db92b7942b2edd6add3090b5c875fef2d09 /compiler/driver/compiler_driver.cc
parent1fdb340de4e608a88e8683c857cad5d0da2c16de (diff)
parente3fb245fbdb5e91cf8a9750504df40bd629e0080 (diff)
Merge "MIPS32: Improve method invocation"
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index e52dda35bb..474530a033 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -394,7 +394,7 @@ CompilerDriver::CompilerDriver(
dump_passes_(dump_passes),
timings_logger_(timer),
compiler_context_(nullptr),
- support_boot_image_fixup_(instruction_set != kMips && instruction_set != kMips64),
+ support_boot_image_fixup_(instruction_set != kMips64),
dex_files_for_oat_file_(nullptr),
compiled_method_storage_(swap_fd),
profile_compilation_info_(profile_compilation_info),