summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm64_vsri.c
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-06-18 08:37:28 +0000
committerTim Northover <tnorthover@apple.com>2014-06-18 08:37:28 +0000
commit831d728f9a70ff2f8d17cf068a808082c68523ca (patch)
tree80a5dff9271f4f8dc99241ff4effe8f70584b4b3 /clang/test/CodeGen/arm64_vsri.c
parent23b69426343f4cbfd12cabea483379e18ffd5e3e (diff)
downloadbcm5719-llvm-831d728f9a70ff2f8d17cf068a808082c68523ca.tar.gz
bcm5719-llvm-831d728f9a70ff2f8d17cf068a808082c68523ca.zip
AArch64: re-enable tests that were looking for a non-existent backend.
In the final phase of the merge, I managed to disable a bunch of Clang tests accidentally. Fortunately none of them seem to have broken in the interim. llvm-svn: 211149
Diffstat (limited to 'clang/test/CodeGen/arm64_vsri.c')
-rw-r--r--clang/test/CodeGen/arm64_vsri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64_vsri.c b/clang/test/CodeGen/arm64_vsri.c
index 237e32ee8f9..579431ddf02 100644
--- a/clang/test/CodeGen/arm64_vsri.c
+++ b/clang/test/CodeGen/arm64_vsri.c
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -S -o - %s | \
// RUN: FileCheck -check-prefix=CHECK_CODEGEN %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
// Test ARM64 SIMD vector shift right and insert: vsri[q]_n_*
OpenPOWER on IntegriCloud