summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/quick_compiler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/dex/quick/quick_compiler.cc')
-rw-r--r--compiler/dex/quick/quick_compiler.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/dex/quick/quick_compiler.cc b/compiler/dex/quick/quick_compiler.cc
index 43f96d9..4469b51 100644
--- a/compiler/dex/quick/quick_compiler.cc
+++ b/compiler/dex/quick/quick_compiler.cc
@@ -492,8 +492,7 @@ static bool CanCompileShorty(const char* shorty, InstructionSet instruction_set)
}
// check certain conditions that we don't want Quick compiler to handle
-bool QuickCompiler::CheckMoreConditions(CompilationUnit*) const
-{
+bool QuickCompiler::CheckMoreConditions(CompilationUnit*) const {
return true;
}