Fix think-o.

llvm-svn: 138288
This commit is contained in:
Jim Grosbach 2011-08-22 23:04:26 +00:00
parent 139acd21e6
commit 5507203262
1 changed files with 1 additions and 1 deletions

View File

@ -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: ^