summaryrefslogtreecommitdiff
path: root/compiler/utils/arm/assembler_arm.h
diff options
context:
space:
mode:
author Artem Serov <artem.serov@linaro.org> 2016-08-15 14:22:07 +0100
committer Artem Serov <artem.serov@linaro.org> 2016-08-19 10:39:23 +0100
commitba6b679bd34449ec56508966706ca1b8d5e7cb17 (patch)
treeec5985cc0f9e8a75c717513954d25d69e526065e /compiler/utils/arm/assembler_arm.h
parentf606c3a687e3eae94296ba74d2d820b6e37692ff (diff)
ARM: Purge Arm32Assembler.
Use Thumb2Assembler always. This originated from finding out that the JNI tests are run using the Arm32Assembler however in real world Thumb2Assembler is used for JNI. Therefore Arm32Assembler code is dead except its own tests and the illegitimate use in JNI tests. Change-Id: I9ca6b83582bf97149a46690518ccb9312b1a3b68
Diffstat (limited to 'compiler/utils/arm/assembler_arm.h')
-rw-r--r--compiler/utils/arm/assembler_arm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/utils/arm/assembler_arm.h b/compiler/utils/arm/assembler_arm.h
index 86548e153b..8ba6fb4f91 100644
--- a/compiler/utils/arm/assembler_arm.h
+++ b/compiler/utils/arm/assembler_arm.h
@@ -36,7 +36,6 @@
namespace art {
namespace arm {
-class Arm32Assembler;
class Thumb2Assembler;
// Assembler literal is a value embedded in code, retrieved using a PC-relative load.
@@ -208,7 +207,6 @@ class ShifterOperand {
uint32_t rotate_;
uint32_t immed_;
- friend class Arm32Assembler;
friend class Thumb2Assembler;
#ifdef SOURCE_ASSEMBLER_SUPPORT