commit | 7b9d996e4cd7d154bb1a244d67139aff0c363cf2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Apr 20 18:48:18 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Apr 20 18:57:19 2012 -0700 |
tree | a9dabe8f910b4b8bf29c2f4285d860995e25f58d | |
parent | 934100aea5a0f498c17e2c4a1fd0193af1557b42 [diff] [blame] |
Tidy up some C-isms. Change-Id: I53b457cab9067369320457549071fc3e4c23c81b
diff --git a/src/compiler/codegen/Optimizer.h b/src/compiler/codegen/Optimizer.h index 06c7732..94b1907 100644 --- a/src/compiler/codegen/Optimizer.h +++ b/src/compiler/codegen/Optimizer.h
@@ -25,8 +25,7 @@ struct CompilationUnit; struct LIR; -void oatApplyLocalOptimizations(struct CompilationUnit* cUnit, - struct LIR* head, struct LIR* tail); +void oatApplyLocalOptimizations(CompilationUnit* cUnit, LIR* head, LIR* tail); } // namespace art