diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-08-22 23:04:26 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-08-22 23:04:26 +0000 |
commit | 10fd9ad8f33815cdbdc0e2db5860f9c5b1954040 (patch) | |
tree | 19c3aaaca38bf54de9481afd26dc101b3e5582f9 | |
parent | 7260c6a4ea19f5eb94068296c1c8e01a99f17a01 (diff) |
Fix think-o.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138288 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 1dfb409284..1c7db6323b 100644 --- a/test/MC/ARM/thumb-diagnostics.s +++ b/test/MC/ARM/thumb-diagnostics.s @@ -53,7 +53,7 @@ error: invalid operand for instruction @ CHECK-ERRORS: ldm r2, {r5, r7} @ CHECK-ERRORS: ^ @ CHECK-ERRORS: error: writeback operator '!' not allowed when base register in register list -@ CHECK-ERRORS: ldm r2!, {r2, r3} +@ CHECK-ERRORS: ldm r2!, {r2, r3, r4} @ CHECK-ERRORS: ^ |