Do not throw away alignment when generating the DAG for
[oota-llvm.git] / test / CodeGen / X86 / memset64-on-x86-32.ll
index c0cd271d985ed8f407d413be14bcf9e942700634..3f069b4a1aa82354dea8eead4f7d68ebe5682d47 100644 (file)
@@ -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