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 | 4c17b48554a702e0f5b66973efb5c6ce5c9422c0 (patch) | |
tree | dfe698d86c25c5105220230d71fcfb1f14f6de7c /test/MC | |
parent | c9976c7a4b78b8116cda74bf89a593d478aaab37 (diff) | |
download | external_llvm-4c17b48554a702e0f5b66973efb5c6ce5c9422c0.zip external_llvm-4c17b48554a702e0f5b66973efb5c6ce5c9422c0.tar.gz external_llvm-4c17b48554a702e0f5b66973efb5c6ce5c9422c0.tar.bz2 |
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
Diffstat (limited to 'test/MC')
-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 cf9f21b..64b4909 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 |