diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-11-01 16:59:54 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-11-01 16:59:54 +0000 |
| commit | 0190a649e85e7f35ec3a61bd0d3dca917a9470da (patch) | |
| tree | 316f6a8c090fe24cf4e1950e452d1c1b131cd528 /llvm/test/MC/ARM/neon-reverse-encoding.s | |
| parent | 86f30f5a1dbed323b32f69479decf3949df73695 (diff) | |
| download | bcm5719-llvm-0190a649e85e7f35ec3a61bd0d3dca917a9470da.tar.gz bcm5719-llvm-0190a649e85e7f35ec3a61bd0d3dca917a9470da.zip | |
Mark ARM subtarget features that are available for the assembler.
llvm-svn: 117929
Diffstat (limited to 'llvm/test/MC/ARM/neon-reverse-encoding.s')
| -rw-r--r-- | llvm/test/MC/ARM/neon-reverse-encoding.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/neon-reverse-encoding.s b/llvm/test/MC/ARM/neon-reverse-encoding.s index a4c713d562e..1b538b88637 100644 --- a/llvm/test/MC/ARM/neon-reverse-encoding.s +++ b/llvm/test/MC/ARM/neon-reverse-encoding.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -triple arm-unknown-unkown -show-encoding < %s | FileCheck %s +// RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unkown -show-encoding < %s | FileCheck %s // CHECK: vrev64.8 d16, d16 @ encoding: [0x20,0x00,0xf0,0xf3] vrev64.8 d16, d16 |

