summaryrefslogtreecommitdiff
path: root/test/CodeGen/aarch64-neon-misc.c
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2014-04-16 15:33:48 +0000
committerJames Molloy <james.molloy@arm.com>2014-04-16 15:33:48 +0000
commit75ed3f354f13fed0e2cd261a7ebeaf2bbafdf3f2 (patch)
tree5c69bb8e368a8b17cb292b5e99b8045115cf437f /test/CodeGen/aarch64-neon-misc.c
parent039ed6c7d5fc46f9c0e1c796e4d0bb2630d32680 (diff)
downloadclang-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-misc.c')
-rw-r--r--test/CodeGen/aarch64-neon-misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/aarch64-neon-misc.c b/test/CodeGen/aarch64-neon-misc.c
index dce00f3454..9a5569b63d 100644
--- a/test/CodeGen/aarch64-neon-misc.c
+++ b/test/CodeGen/aarch64-neon-misc.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
// Test new aarch64 intrinsics and types