diff options
author | Calin Juravle <calin@google.com> | 2015-09-16 14:33:16 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-09-16 14:33:16 +0000 |
commit | fe157012b6d760c275d944ff83e8bea371c59b09 (patch) | |
tree | a2b013dded6e25cab1d3ff5abf09c426904e142c /compiler/optimizing/code_generator_arm.h | |
parent | aef880c4b872ccf1a63a3c563cb056ae117fc9c8 (diff) | |
parent | ecc4366670e12b4812ef1653f7c8d52234ca1b1f (diff) |
Merge "Add OptimizingCompilerStats to the CodeGenerator class."
Diffstat (limited to 'compiler/optimizing/code_generator_arm.h')
-rw-r--r-- | compiler/optimizing/code_generator_arm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator_arm.h b/compiler/optimizing/code_generator_arm.h index 2baac61725..e44209d41b 100644 --- a/compiler/optimizing/code_generator_arm.h +++ b/compiler/optimizing/code_generator_arm.h @@ -231,7 +231,8 @@ class CodeGeneratorARM : public CodeGenerator { public: CodeGeneratorARM(HGraph* graph, const ArmInstructionSetFeatures& isa_features, - const CompilerOptions& compiler_options); + const CompilerOptions& compiler_options, + OptimizingCompilerStats* stats = nullptr); virtual ~CodeGeneratorARM() {} void GenerateFrameEntry() OVERRIDE; |