diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-10-03 20:58:08 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-10-03 20:58:08 +0000 |
commit | f8bf43ec99d4410c3e351c76f806208d1204129e (patch) | |
tree | dfb5b862841eade55961c171909d6b9f460855da | |
parent | b95ed6ec464c7c675ac71a57dfd9cc8041533a1c (diff) |
Update test for 141010.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141022 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/ARM/thumb-diagnostics.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/thumb-diagnostics.s b/test/MC/ARM/thumb-diagnostics.s index 72572bca5c..d02c27e1ae 100644 --- a/test/MC/ARM/thumb-diagnostics.s +++ b/test/MC/ARM/thumb-diagnostics.s @@ -131,7 +131,7 @@ error: invalid operand for instruction @ CHECK-ERRORS: error: invalid operand for instruction @ CHECK-ERRORS: add sp, #3 @ CHECK-ERRORS: ^ -@ CHECK-ERRORS: error: invalid operand for instruction +@ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled @ CHECK-ERRORS: add sp, sp, #512 @ CHECK-ERRORS: ^ @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled |