diff options
| author | 2012-11-19 17:21:31 -0800 | |
|---|---|---|
| committer | 2012-11-19 17:21:31 -0800 | |
| commit | 78f1dc74c54c63bce57d434e756199205c3abf7f (patch) | |
| tree | e9c467473ba72838a592377d7f56aa3c378feb3b /src/compiler/codegen/local_optimizations.h | |
| parent | 11d4ab2dd052b74923d4a3c6afc3ef4b15f064dc (diff) | |
| parent | cbd6d44c0a94f3d26671b5325aa21bbf1335ffe8 (diff) | |
Merge "C++'ification of Quick compiler's casts" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/local_optimizations.h')
| -rw-r--r-- | src/compiler/codegen/local_optimizations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/codegen/local_optimizations.h b/src/compiler/codegen/local_optimizations.h index 440090f27a..5f0c17b901 100644 --- a/src/compiler/codegen/local_optimizations.h +++ b/src/compiler/codegen/local_optimizations.h @@ -20,6 +20,7 @@ namespace art { void oatApplyLocalOptimizations(CompilationUnit* cUnit, LIR* headLIR, LIR* tailLIR); +void removeRedundantBranches(CompilationUnit* cUnit); } // namespace art |