summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/x86-builtin-palignr.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/x86-builtin-palignr.c')
-rw-r--r--clang/test/Sema/x86-builtin-palignr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Sema/x86-builtin-palignr.c b/clang/test/Sema/x86-builtin-palignr.c
index 83719a379fa..6e1303c8a10 100644
--- a/clang/test/Sema/x86-builtin-palignr.c
+++ b/clang/test/Sema/x86-builtin-palignr.c
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -ffreestanding -fsyntax-only -target-feature +ssse3 -verify -triple x86_64-pc-linux-gnu %s
-// RUN: %clang_cc1 -ffreestanding -fsyntax-only -target-feature +ssse3 -verify -triple i686-apple-darwin10 %s
+// RUN: %clang_cc1 -ffreestanding -fsyntax-only -target-feature +ssse3 -target-feature +mmx -verify -triple x86_64-pc-linux-gnu %s
+// RUN: %clang_cc1 -ffreestanding -fsyntax-only -target-feature +ssse3 -target-feature +mmx -verify -triple i686-apple-darwin10 %s
#include <tmmintrin.h>
OpenPOWER on IntegriCloud