summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/memset64-on-x86-32.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/memset64-on-x86-32.ll')
-rw-r--r--test/CodeGen/X86/memset64-on-x86-32.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/memset64-on-x86-32.ll b/test/CodeGen/X86/memset64-on-x86-32.ll
index c0cd271d98..3f069b4a1a 100644
--- a/test/CodeGen/X86/memset64-on-x86-32.ll
+++ b/test/CodeGen/X86/memset64-on-x86-32.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=nehalem | grep movaps | count 5
+; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=nehalem | grep movups | count 5
; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=core2 | grep movl | count 20
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core2 | grep movq | count 10