summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/local_optimizations.h
diff options
context:
space:
mode:
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