diff options
| author | 2012-11-21 05:31:41 -0800 | |
|---|---|---|
| committer | 2012-11-21 05:31:41 -0800 | |
| commit | 0c1e45fc411b05e026abf6a2e343927bbd1aa4ca (patch) | |
| tree | 8368a3628dc44bab72a38ffa5458caf6fa80330c /src/compiler/codegen/local_optimizations.h | |
| parent | a3b122e83c8cdaa9e00f7ebb3cd7b7e17b06e257 (diff) | |
| parent | 52a77fc135f0e0df57ee24641c3f5ae415ff7bd6 (diff) | |
Merge "Quick Compiler function renaming" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/local_optimizations.h')
| -rw-r--r-- | src/compiler/codegen/local_optimizations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/codegen/local_optimizations.h b/src/compiler/codegen/local_optimizations.h index 5f0c17b901..e740b1305c 100644 --- a/src/compiler/codegen/local_optimizations.h +++ b/src/compiler/codegen/local_optimizations.h @@ -19,8 +19,8 @@ namespace art { -void oatApplyLocalOptimizations(CompilationUnit* cUnit, LIR* headLIR, LIR* tailLIR); -void removeRedundantBranches(CompilationUnit* cUnit); +void ApplyLocalOptimizations(CompilationUnit* cUnit, LIR* headLIR, LIR* tailLIR); +void RemoveRedundantBranches(CompilationUnit* cUnit); } // namespace art |