From ba6b679bd34449ec56508966706ca1b8d5e7cb17 Mon Sep 17 00:00:00 2001 From: Artem Serov Date: Mon, 15 Aug 2016 14:22:07 +0100 Subject: 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 --- compiler/utils/arm/assembler_arm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/utils/arm/assembler_arm.h') 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 -- cgit v1.2.3-59-g8ed1b