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 | 75ed3f354f13fed0e2cd261a7ebeaf2bbafdf3f2 (patch) | |
tree | 5c69bb8e368a8b17cb292b5e99b8045115cf437f /test/CodeGen/aarch64-neon-scalar-copy.c | |
parent | 039ed6c7d5fc46f9c0e1c796e4d0bb2630d32680 (diff) | |
download | clang-75ed3f354f13fed0e2cd261a7ebeaf2bbafdf3f2.tar.gz |
[ARM64] Allow the disabling of NEON and crypto instructions. Update tests to pass -target-feature +neon.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/aarch64-neon-scalar-copy.c')
-rw-r--r-- | test/CodeGen/aarch64-neon-scalar-copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/aarch64-neon-scalar-copy.c b/test/CodeGen/aarch64-neon-scalar-copy.c index 227c6e04e1..806b626bff 100644 --- a/test/CodeGen/aarch64-neon-scalar-copy.c +++ b/test/CodeGen/aarch64-neon-scalar-copy.c @@ -2,7 +2,7 @@ // REQUIRES: arm64-registered-target // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon \ // RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s -// RUN: %clang_cc1 -triple arm64-none-linux-gnu \ +// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \ // RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s |