diff options
Diffstat (limited to 'compiler/optimizing/code_generator_arm.h')
| -rw-r--r-- | compiler/optimizing/code_generator_arm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/optimizing/code_generator_arm.h b/compiler/optimizing/code_generator_arm.h index 712a24cf67..c46c1b131c 100644 --- a/compiler/optimizing/code_generator_arm.h +++ b/compiler/optimizing/code_generator_arm.h @@ -171,6 +171,10 @@ class CodeGeneratorARM : public CodeGenerator { return &move_resolver_; } + virtual InstructionSet GetInstructionSet() const OVERRIDE { + return InstructionSet::kArm; + } + private: // Helper method to move a 32bits value between two locations. void Move32(Location destination, Location source); |
