summaryrefslogtreecommitdiff
path: root/compiler/utils/arm/constants_arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/arm/constants_arm.h')
-rw-r--r--compiler/utils/arm/constants_arm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/utils/arm/constants_arm.h b/compiler/utils/arm/constants_arm.h
index 3e316c8e84..688c09396f 100644
--- a/compiler/utils/arm/constants_arm.h
+++ b/compiler/utils/arm/constants_arm.h
@@ -51,13 +51,6 @@ enum DmbOptions {
NSHST = 0x6
};
-enum ScaleFactor {
- TIMES_1 = 0,
- TIMES_2 = 1,
- TIMES_4 = 2,
- TIMES_8 = 3
-};
-
// Values for double-precision floating point registers.
enum DRegister { // private marker to avoid generate-operator-out.py from processing.
D0 = 0,