diff options
| author | 2018-06-27 12:23:54 +0000 | |
|---|---|---|
| committer | 2018-06-27 12:23:54 +0000 | |
| commit | f07d5617770c37d87447c8bddf105eb0469ab093 (patch) | |
| tree | e6b15b904e591a3b805b292ce9afd9b0cecbf40d /compiler/optimizing/code_generator.h | |
| parent | 2dc252e37d4df0c4160cd20b6fc852f5f28b7b87 (diff) | |
| parent | a043111e3a2c09b549708a6227a1f54d91da76aa (diff) | |
Merge "Move instruction_set_ to CompilerOptions."
Diffstat (limited to 'compiler/optimizing/code_generator.h')
| -rw-r--r-- | compiler/optimizing/code_generator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index 03ae4983d4..59f858ea52 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -188,8 +188,6 @@ class CodeGenerator : public DeletableArenaObject<kArenaAllocCodeGenerator> { // Compiles the graph to executable instructions. void Compile(CodeAllocator* allocator); static std::unique_ptr<CodeGenerator> Create(HGraph* graph, - InstructionSet instruction_set, - const InstructionSetFeatures& isa_features, const CompilerOptions& compiler_options, OptimizingCompilerStats* stats = nullptr); virtual ~CodeGenerator(); |