From d8b41839630be4b4797cdea9b4ed5cafecf32b18 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 24 Feb 2012 13:29:50 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll b/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll index 1d239d6667d..a55c77bd226 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 {