diff options
| author | 2012-11-21 15:03:19 -0800 | |
|---|---|---|
| committer | 2012-11-21 15:03:19 -0800 | |
| commit | dd20a8d64a8cd120361b44078074bd242913da0a (patch) | |
| tree | f1e1930d4a04bd8b1f09949491d4de6784058bbd /src/compiler/codegen/local_optimizations.h | |
| parent | 278b0db1ee55106486a7aecf39a581aac09fb619 (diff) | |
| parent | fa57c47f1b72916371a9c2d5c1389219bce655b4 (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.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 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 |