Index: src/arm/constants-arm.h |
diff --git a/src/arm/constants-arm.h b/src/arm/constants-arm.h |
index 0847ea17cacaacc3bd27686186eb37df7bc9fe19..624b89a0a43bef6f19579ef45ef4b247990d6534 100644 |
--- a/src/arm/constants-arm.h |
+++ b/src/arm/constants-arm.h |
@@ -236,6 +236,7 @@ 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 |
}; |