From dd9891f22d4cb73157ba518f94617a27a7ff3ca4 Mon Sep 17 00:00:00 2001 From: Preston Gurd Date: Wed, 18 Sep 2013 21:39:33 +0000 Subject: Attempt to fix llvm-ppc64-linux2 buildbot failure by adding -march=x86 to SLM test. llvm-svn: 190958 --- llvm/test/CodeGen/X86/prefetch.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen') diff --git a/llvm/test/CodeGen/X86/prefetch.ll b/llvm/test/CodeGen/X86/prefetch.ll index 08a913638b6..6157c39c815 100644 --- a/llvm/test/CodeGen/X86/prefetch.ll +++ b/llvm/test/CodeGen/X86/prefetch.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -march=x86 -mattr=+sse | FileCheck %s ; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck %s ; RUN: llc < %s -march=x86 -mattr=+sse -mattr=+prfchw | FileCheck %s -check-prefix=PRFCHW -; RUN: llc < %s -mcpu=slm | FileCheck %s -check-prefix=SLM +; RUN: llc < %s -march=x86 -mcpu=slm | FileCheck %s -check-prefix=SLM ; rdar://10538297 -- cgit v1.2.3