diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-12-15 22:14:01 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-12-15 22:14:01 +0000 |
commit | 8d1b7e57e56015576fd489a57d74c53b98c5a56f (patch) | |
tree | 3e43024c7432350895609d8e65c0217fab47f6eb /test/MC/ARM/neon-neg-encoding.s | |
parent | c01895c7db4c4d8883dd4c31427c42cdae356567 (diff) | |
download | external_llvm-8d1b7e57e56015576fd489a57d74c53b98c5a56f.zip external_llvm-8d1b7e57e56015576fd489a57d74c53b98c5a56f.tar.gz external_llvm-8d1b7e57e56015576fd489a57d74c53b98c5a56f.tar.bz2 |
Fix misspelled target triples in MC/ARM test commands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121901 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM/neon-neg-encoding.s')
-rw-r--r-- | test/MC/ARM/neon-neg-encoding.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/neon-neg-encoding.s b/test/MC/ARM/neon-neg-encoding.s index 7994ac8..014bdb0 100644 --- a/test/MC/ARM/neon-neg-encoding.s +++ b/test/MC/ARM/neon-neg-encoding.s @@ -1,4 +1,4 @@ -@ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unkown -show-encoding < %s | FileCheck %s +@ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s @ CHECK: vneg.s8 d16, d16 @ encoding: [0xa0,0x03,0xf1,0xf3] vneg.s8 d16, d16 |