aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-04-18 15:30:18 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-04-18 15:30:18 +0000
commitd13ada13cb570ff9c0123ed267e2a7abfe662d23 (patch)
tree8bed97c3907846d0c33d0df9770acf1fd8742367
parentb6eee077b23fa526e89570f01ec52c6ad335827b (diff)
tests: Don't force triple in x86-builtin-palignr test, this test should be
portable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101719 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Sema/x86-builtin-palignr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/x86-builtin-palignr.c b/test/Sema/x86-builtin-palignr.c
index 55fdd234bc..832b54b93f 100644
--- a/test/Sema/x86-builtin-palignr.c
+++ b/test/Sema/x86-builtin-palignr.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -triple=i686-apple-darwin9 -target-feature +ssse3 -verify %s
+// RUN: %clang_cc1 -fsyntax-only -target-feature +ssse3 -verify %s
#include <tmmintrin.h>