diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-04-16 22:48:31 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-04-16 22:48:31 +0000 |
commit | f7e2bc80d1c645c347532f0847b77ed72b348e5a (patch) | |
tree | dfe698d86c25c5105220230d71fcfb1f14f6de7c | |
parent | 2decb22222cac46bb1d9163e7b89d7e5be8ef65f (diff) |
Minor change to make the test case comply with Vd<0> == '0' when Q == '1'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101559 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/Disassembler/neon-tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/Disassembler/neon-tests.txt b/test/MC/Disassembler/neon-tests.txt index cf9f21bea8..64b4909092 100644 --- a/test/MC/Disassembler/neon-tests.txt +++ b/test/MC/Disassembler/neon-tests.txt @@ -19,7 +19,7 @@ 0x1f 0x01 0x2f 0xf2 # CHECK: vmov.i64 q6, #0xFF00FF00FF -0x75 0xde 0x81 0xf2 +0x75 0xce 0x81 0xf2 # CHECK: vmul.f32 d0, d0, d6 0x16 0x0d 0x00 0xf3 |