summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPreston Gurd <preston.gurd@intel.com>2013-09-18 21:39:33 +0000
committerPreston Gurd <preston.gurd@intel.com>2013-09-18 21:39:33 +0000
commit51279d45f787758acca1a885f9cb979c5b0033cc (patch)
tree99ccf674326257f4b3668b74e995ed91ccba0c35 /test
parent7d03cc871546dd7f3edd36b334e83a34d04bee03 (diff)
downloadllvm-51279d45f787758acca1a885f9cb979c5b0033cc.tar.gz
llvm-51279d45f787758acca1a885f9cb979c5b0033cc.tar.bz2
llvm-51279d45f787758acca1a885f9cb979c5b0033cc.tar.xz
Attempt to fix llvm-ppc64-linux2 buildbot failure by adding
-march=x86 to SLM test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/prefetch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/prefetch.ll b/test/CodeGen/X86/prefetch.ll
index 08a913638b..6157c39c81 100644
--- a/test/CodeGen/X86/prefetch.ll
+++ b/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