summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/prefetch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/prefetch.ll')
-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