MC: Move MCSymbolData to MCSymbol.h, NFC
[oota-llvm.git] / test / MC / ARM / thumb2-diagnostics.s
index b2b14bc13d6a6f02498b53793740c6ac16e14d2f..8fd161c2cc5396fb8c3e6b0cd346185653ad51b3 100644 (file)
@@ -87,4 +87,7 @@ foo2:
 @ CHECK-ERRORS: error: invalid operand for instruction
 @ CHECK-ERRORS: error: invalid operand for instruction
 
-
+ssat r0, #1, r0, asr #32
+usat r0, #1, r0, asr #32
+@ CHECK-ERRORS: error: 'asr #32' shift amount not allowed in Thumb mode
+@ CHECK-ERRORS: error: 'asr #32' shift amount not allowed in Thumb mode