summaryrefslogtreecommitdiff
path: root/test/CodeGen/ppc64-vector.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ppc64-vector.c')
-rw-r--r--test/CodeGen/ppc64-vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ppc64-vector.c b/test/CodeGen/ppc64-vector.c
index f0211f0ec197..87deb0f585ff 100644
--- a/test/CodeGen/ppc64-vector.c
+++ b/test/CodeGen/ppc64-vector.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -faltivec -triple powerpc64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -target-feature +altivec -triple powerpc64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s
typedef short v2i16 __attribute__((vector_size (4)));
typedef short v3i16 __attribute__((vector_size (6)));