diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-08-11 22:31:48 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-08-11 22:31:48 +0000 |
commit | c69c26d95e4dcffb3ab98c49f3672386b401d0f9 (patch) | |
tree | e8426fda5b33ab6322eb74f6963fd3fec6f4111b | |
parent | d30970fb6c269154176cb2ee09ed5b45b2bc6a2f (diff) |
Fix tests per now-correct encoding as of r137371.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137376 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/ARM/basic-arm-instructions.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/ARM/basic-arm-instructions.s b/test/MC/ARM/basic-arm-instructions.s index 1ab1931acc..3d0fffc848 100644 --- a/test/MC/ARM/basic-arm-instructions.s +++ b/test/MC/ARM/basic-arm-instructions.s @@ -2314,8 +2314,8 @@ Lforward: usat16 r2, #2, r7 usat16 r3, #15, r5 -@ CHECK: usat16 r2, #2, r7 @ encoding: [0x32,0x2f,0xe2,0xe6] -@ CHECK: usat16 r3, #15, r5 @ encoding: [0x33,0x3f,0xef,0xe6] +@ CHECK: usat16 r2, #2, r7 @ encoding: [0x37,0x2f,0xe2,0xe6] +@ CHECK: usat16 r3, #15, r5 @ encoding: [0x35,0x3f,0xef,0xe6] @------------------------------------------------------------------------------ |