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 7e914984fe445..69d4b93bb78de 100644 --- a/test/CodeGen/X86/2012-01-11-split-cv.ll +++ b/test/CodeGen/X86/2012-01-11-split-cv.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -march=x86 -mcpu=corei7-avx -mattr=+avx -mtriple=i686-pc-win32 | FileCheck %s -;CHECK: add18i16 +;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 |