summaryrefslogtreecommitdiff
path: root/test/CodeGen/aarch64-neon-shifts.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/aarch64-neon-shifts.c')
-rw-r--r--test/CodeGen/aarch64-neon-shifts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/aarch64-neon-shifts.c b/test/CodeGen/aarch64-neon-shifts.c
index 4777f18aae7f..02d8ca155649 100644
--- a/test/CodeGen/aarch64-neon-shifts.c
+++ b/test/CodeGen/aarch64-neon-shifts.c
@@ -1,5 +1,5 @@
// REQUIRES: aarch64-registered-target
-// RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon \
+// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
// RUN: -ffp-contract=fast -S -emit-llvm -O1 -o - %s | FileCheck %s
#include <arm_neon.h>