summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-02-24 13:29:50 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-02-24 13:29:50 +0000
commitb1933c02bc4b1b0b73d146c381af9e9b7b1e3270 (patch)
treecf7db935baabdf6a776db3ee74084cabb1ad80a4 /test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll
parent19411101a1c6e252af9a425793221ecec722c35c (diff)
downloadllvm-b1933c02bc4b1b0b73d146c381af9e9b7b1e3270.tar.gz
llvm-b1933c02bc4b1b0b73d146c381af9e9b7b1e3270.tar.bz2
llvm-b1933c02bc4b1b0b73d146c381af9e9b7b1e3270.tar.xz
test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll: Fixup to add -march=x86.
-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
Diffstat (limited to 'test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll')
-rw-r--r--test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll b/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll
index 1d239d6667..a55c77bd22 100644
--- a/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll
+++ b/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 {