summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm64-arguments.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
commit75f5f9e629082c2ee084bfbedf6e52504d4d1d01 (patch)
tree604f04d2024aaadff7ab96118c72db6815012364 /clang/test/CodeGen/arm64-arguments.c
parentef7b34d403b85aea930f69241d77ad23ff10073d (diff)
downloadbcm5719-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-arguments.c')
-rw-r--r--clang/test/CodeGen/arm64-arguments.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64-arguments.c b/clang/test/CodeGen/arm64-arguments.c
index edfb62832a4..c5e489fd856 100644
--- a/clang/test/CodeGen/arm64-arguments.c
+++ b/clang/test/CodeGen/arm64-arguments.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple arm64-apple-ios7 -target-abi darwinpcs -ffreestanding -emit-llvm -w -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple arm64-apple-ios7 -target-feature +neon -target-abi darwinpcs -ffreestanding -emit-llvm -w -o - %s | FileCheck %s
// CHECK: define signext i8 @f0()
char f0(void) {
OpenPOWER on IntegriCloud