diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-08-19 22:30:46 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-08-19 22:30:46 +0000 |
commit | 7a010694209ce46c4f415c0b42c3bc03dc094a5c (patch) | |
tree | 283e84da16d9fbeeb500082a6745c0cec499f4ad /test/MC/ARM/thumb-diagnostics.s | |
parent | 0c9acfcb50a844eefe92556e59c81fc302f32d1c (diff) | |
download | external_llvm-7a010694209ce46c4f415c0b42c3bc03dc094a5c.zip external_llvm-7a010694209ce46c4f415c0b42c3bc03dc094a5c.tar.gz external_llvm-7a010694209ce46c4f415c0b42c3bc03dc094a5c.tar.bz2 |
Be more lenient on tied operand matching for MUL.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM/thumb-diagnostics.s')
-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 f7297d9..e201f0b 100644 --- a/test/MC/ARM/thumb-diagnostics.s +++ b/test/MC/ARM/thumb-diagnostics.s @@ -65,6 +65,6 @@ error: invalid operand for instruction @ Mismatched source/destination operands for MUL instruction. muls r1, r2, r3 -@ CHECK-ERRORS: error: destination register must match second source register +@ CHECK-ERRORS: error: destination register must match source register @ CHECK-ERRORS: muls r1, r2, r3 @ CHECK-ERRORS: ^ |