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-lanes.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-lanes.c')
| -rw-r--r-- | clang/test/CodeGen/arm64-lanes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64-lanes.c b/clang/test/CodeGen/arm64-lanes.c index 63d7d0c8314..b0d46946773 100644 --- a/clang/test/CodeGen/arm64-lanes.c +++ b/clang/test/CodeGen/arm64-lanes.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -ffreestanding -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -emit-llvm -o - %s | FileCheck %s #include <arm_neon.h> |

