Build bots hate me.

llvm-svn: 127307
diff --git a/llvm/test/FrontendC/mmx-inline-asm.c b/llvm/test/FrontendC/mmx-inline-asm.c
index 62577d3..b66137c 100644
--- a/llvm/test/FrontendC/mmx-inline-asm.c
+++ b/llvm/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>