summaryrefslogtreecommitdiff
path: root/test/FrontendC/mmx-inline-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/mmx-inline-asm.c')
-rw-r--r--test/FrontendC/mmx-inline-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/mmx-inline-asm.c b/test/FrontendC/mmx-inline-asm.c
index 62577d3d9f..b66137c3c2 100644
--- a/test/FrontendC/mmx-inline-asm.c
+++ b/test/FrontendC/mmx-inline-asm.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S -o - %s | FileCheck %s
+// RUN: %llvmgcc -mmmx -S -o - %s | FileCheck %s
// XFAIL: *
// XTARGET: x86,i386,i686
// <rdar://problem/9091220>