aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx-altivec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/cxx-altivec.cpp')
-rw-r--r--test/SemaCXX/cxx-altivec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCXX/cxx-altivec.cpp b/test/SemaCXX/cxx-altivec.cpp
index baacbac7d036..50fb8ad014c2 100644
--- a/test/SemaCXX/cxx-altivec.cpp
+++ b/test/SemaCXX/cxx-altivec.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple=powerpc-apple-darwin8 -faltivec -fsyntax-only -verify %s
+// RUN: %clang_cc1 -triple=powerpc-apple-darwin8 -target-feature +altivec -fsyntax-only -verify %s
struct Vector {
__vector float xyzw;