summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/local_optimizations.h
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-11-21 15:03:19 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-11-21 15:03:19 -0800
commitdd20a8d64a8cd120361b44078074bd242913da0a (patch)
treef1e1930d4a04bd8b1f09949491d4de6784058bbd /src/compiler/codegen/local_optimizations.h
parent278b0db1ee55106486a7aecf39a581aac09fb619 (diff)
parentfa57c47f1b72916371a9c2d5c1389219bce655b4 (diff)
Merge "Quick Compiler: Shoot the Camel" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/local_optimizations.h')
-rw-r--r--src/compiler/codegen/local_optimizations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/codegen/local_optimizations.h b/src/compiler/codegen/local_optimizations.h
index e740b1305c..74bae15162 100644
--- a/src/compiler/codegen/local_optimizations.h
+++ b/src/compiler/codegen/local_optimizations.h
@@ -19,8 +19,8 @@
namespace art {
-void ApplyLocalOptimizations(CompilationUnit* cUnit, LIR* headLIR, LIR* tailLIR);
-void RemoveRedundantBranches(CompilationUnit* cUnit);
+void ApplyLocalOptimizations(CompilationUnit* cu, LIR* head_lir, LIR* tail_lir);
+void RemoveRedundantBranches(CompilationUnit* cu);
} // namespace art