Index: src/arm/constants-arm.h |
diff --git a/src/arm/constants-arm.h b/src/arm/constants-arm.h |
index 620d02d036e4f41d93d503fcb5f44cde53365320..6a2d82fed42e055ef092fcad58ba781359e9a86a 100644 |
--- a/src/arm/constants-arm.h |
+++ b/src/arm/constants-arm.h |
@@ -236,7 +236,6 @@ enum ShiftOp { |
// as an argument, and will never actually be encoded. The Assembler will |
// detect it and emit the correct ROR shift operand with shift_imm == 0. |
RRX = -1, |
- NO_SHIFT = -2, |
kNumberOfShifts = 4 |
}; |