From 10fd9ad8f33815cdbdc0e2db5860f9c5b1954040 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 22 Aug 2011 23:04:26 +0000 Subject: [PATCH] Fix think-o. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138288 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ARM/thumb-diagnostics.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/ARM/thumb-diagnostics.s b/test/MC/ARM/thumb-diagnostics.s index 1dfb409284f..1c7db6323b5 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: ^