summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2012-01-11-split-cv.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2012-01-11-split-cv.ll')
-rw-r--r--test/CodeGen/X86/2012-01-11-split-cv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2012-01-11-split-cv.ll b/test/CodeGen/X86/2012-01-11-split-cv.ll
index 6b90072919..7e914984fe 100644
--- a/test/CodeGen/X86/2012-01-11-split-cv.ll
+++ b/test/CodeGen/X86/2012-01-11-split-cv.ll
@@ -2,7 +2,7 @@
;CHECK: add18i16
define void @add18i16(<18 x i16>* nocapture sret %ret, <18 x i16>* %bp) nounwind {
-;CHECK: vmovups
+;CHECK: vmovaps
%b = load <18 x i16>* %bp, align 16
%x = add <18 x i16> zeroinitializer, %b
store <18 x i16> %x, <18 x i16>* %ret, align 16