diff options
| author | James Molloy <james.molloy@arm.com> | 2014-04-16 15:33:48 +0000 |
|---|---|---|
| committer | James Molloy <james.molloy@arm.com> | 2014-04-16 15:33:48 +0000 |
| commit | 75f5f9e629082c2ee084bfbedf6e52504d4d1d01 (patch) | |
| tree | 604f04d2024aaadff7ab96118c72db6815012364 /clang/test/CodeGen/arm64_vshift.c | |
| parent | ef7b34d403b85aea930f69241d77ad23ff10073d (diff) | |
| download | bcm5719-llvm-75f5f9e629082c2ee084bfbedf6e52504d4d1d01.tar.gz bcm5719-llvm-75f5f9e629082c2ee084bfbedf6e52504d4d1d01.zip | |
[ARM64] Allow the disabling of NEON and crypto instructions. Update tests to pass -target-feature +neon.
llvm-svn: 206394
Diffstat (limited to 'clang/test/CodeGen/arm64_vshift.c')
| -rw-r--r-- | clang/test/CodeGen/arm64_vshift.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64_vshift.c b/clang/test/CodeGen/arm64_vshift.c index cac4d12bd91..48255c27a6d 100644 --- a/clang/test/CodeGen/arm64_vshift.c +++ b/clang/test/CodeGen/arm64_vshift.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple arm64-apple-ios7.0 -ffreestanding -emit-llvm -o - -O1 %s | FileCheck %s +// RUN: %clang_cc1 -triple arm64-apple-ios7.0 -target-feature +neon -ffreestanding -emit-llvm -o - -O1 %s | FileCheck %s #include <arm_neon.h> int8x8_t test_vqshl_n_s8(int8x8_t in) { |

