Fix tests per now-correct encoding as of r137371.

llvm-svn: 137376
This commit is contained in:
Jim Grosbach 2011-08-11 22:31:48 +00:00
parent 37f7e6b2f4
commit aa07cb6a98
1 changed files with 2 additions and 2 deletions

View File

@ -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]
@------------------------------------------------------------------------------