diff options
Diffstat (limited to 'compiler/utils/arm/constants_arm.h')
-rw-r--r-- | compiler/utils/arm/constants_arm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/utils/arm/constants_arm.h b/compiler/utils/arm/constants_arm.h index 688c09396f..f42fd9777b 100644 --- a/compiler/utils/arm/constants_arm.h +++ b/compiler/utils/arm/constants_arm.h @@ -119,8 +119,7 @@ enum Opcode { const int kRegisterSize = 4; // List of registers used in load/store multiple. -typedef uint16_t RegList; - +using RegList = uint16_t; } // namespace arm } // namespace art |