From b1933c02bc4b1b0b73d146c381af9e9b7b1e3270 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 24 Feb 2012 13:29:50 +0000 Subject: 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 --- test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll') 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 ; define void @func() nounwind ssp { -- cgit v1.2.3