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 | c3ff538dcf560e2cc03fe77de19ed41e8ada7232 (patch) | |
| tree | 68b1d5a3ee2371522a2a21f6ebc469ee23a57dd7 /llvm/test/MC/ARM/neont2-minmax-encoding.s | |
| parent | fe2c8bc327b73ce2dfeac1ab7ffd89255d039426 (diff) | |
| download | bcm5719-llvm-c3ff538dcf560e2cc03fe77de19ed41e8ada7232.tar.gz bcm5719-llvm-c3ff538dcf560e2cc03fe77de19ed41e8ada7232.zip | |
Fix misspelled target triples in MC/ARM test commands.
llvm-svn: 121901
Diffstat (limited to 'llvm/test/MC/ARM/neont2-minmax-encoding.s')
| -rw-r--r-- | llvm/test/MC/ARM/neont2-minmax-encoding.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/neont2-minmax-encoding.s b/llvm/test/MC/ARM/neont2-minmax-encoding.s index a29bed3c2dd..7e86d45bb14 100644 --- a/llvm/test/MC/ARM/neont2-minmax-encoding.s +++ b/llvm/test/MC/ARM/neont2-minmax-encoding.s @@ -1,4 +1,4 @@ -@ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unkown -show-encoding < %s | FileCheck %s +@ RUN: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s .code 16 |

