From 5de3494e4297c0d480409da3fecee39173f1d4e1 Mon Sep 17 00:00:00 2001 From: buzbee Date: Thu, 1 Mar 2012 14:51:57 -0800 Subject: Another step towards a Mips target Updating the MIPS target to use the now common codegen routines. Still much to do, but the general structure is sufficient to allow work to begin on the other target. Change-Id: I0d288fdfb59c8e76fad73185fdd56b345e87b604 --- src/compiler/codegen/arm/ArmLIR.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/compiler/codegen/arm/ArmLIR.h') diff --git a/src/compiler/codegen/arm/ArmLIR.h b/src/compiler/codegen/arm/ArmLIR.h index 196bddb37f..e4e9eb83b1 100644 --- a/src/compiler/codegen/arm/ArmLIR.h +++ b/src/compiler/codegen/arm/ArmLIR.h @@ -745,22 +745,6 @@ typedef enum ArmTargetOptHints { extern const ArmEncodingMap EncodingMap[kArmLast]; -typedef struct SwitchTable { - int offset; - const u2* table; // Original dex table - int vaddr; // Dalvik offset of switch opcode - LIR* bxInst; // Switch indirect branch instruction - LIR** targets; // Array of case targets -} SwitchTable; - -typedef struct FillArrayData { - int offset; - const u2* table; // Original dex table - int size; - int vaddr; // Dalvik offset of OP_FILL_ARRAY_DATA opcode -} FillArrayData; - - } // namespace art #endif // ART_SRC_COMPILER_CODEGEN_ARM_ARMLIR_H_ -- cgit v1.2.3-59-g8ed1b