test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.

-mcpu does not choose arch automatically, on non-x86 hosts.

llvm-svn: 151362
diff --git a/llvm/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll b/llvm/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll
index 1d239d6..a55c77b 100644
--- a/llvm/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll
+++ b/llvm/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mcpu=i686 -mattr=+mmx < %s | FileCheck %s
+; RUN: llc -march=x86 -mcpu=i686 -mattr=+mmx < %s | FileCheck %s
 ; <rdar://problem/10106006>
 
 define void @func() nounwind ssp {