test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 24 Feb 2012 13:29:50 +0000 (13:29 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 24 Feb 2012 13:29:50 +0000 (13:29 +0000)
-mcpu does not choose arch automatically, on non-x86 hosts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151362 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll

index 1d239d6667d0663904cd73be15b74ca623d65b1a..a55c77bd2266104e91abc5baff398fef4ac84043 100644 (file)
@@ -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 {