diff options
Diffstat (limited to 'test/CodeGen/X86/2012-01-11-split-cv.ll')
-rw-r--r-- | test/CodeGen/X86/2012-01-11-split-cv.ll | 2 |
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 69d4b93..cb39ed9 100644 --- a/test/CodeGen/X86/2012-01-11-split-cv.ll +++ b/test/CodeGen/X86/2012-01-11-split-cv.ll @@ -3,7 +3,7 @@ ;CHECK-LABEL: add18i16: define void @add18i16(<18 x i16>* nocapture sret %ret, <18 x i16>* %bp) nounwind { ;CHECK: vmovaps - %b = load <18 x i16>* %bp, align 16 + %b = load <18 x i16>, <18 x i16>* %bp, align 16 %x = add <18 x i16> zeroinitializer, %b store <18 x i16> %x, <18 x i16>* %ret, align 16 ;CHECK: ret |